Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some "SLF4J:" traces are being randomly printed in Windows #16896

Closed
Sgitario opened this issue Apr 29, 2021 · 3 comments
Closed

Some "SLF4J:" traces are being randomly printed in Windows #16896

Sgitario opened this issue Apr 29, 2021 · 3 comments
Labels
area/logging env/windows Impacts Windows machines kind/bug Something isn't working triage/needs-feedback We are waiting for feedback.

Comments

@Sgitario
Copy link
Contributor

Sgitario commented Apr 29, 2021

Describe the bug

When running a Quarkus application in Windows, at startup time the app sometimes print these SLF4J traces:

SLF4J: io.netty.util.internal.InternalThreadLocalMap
SLF4J: The following set of substitute loggers may have been accessed
SLF4J: io.netty.channel.MultithreadEventLoopGroup
SLF4J: io.netty.util.internal.PlatformDependent
SLF4J: io.netty.util.internal.PlatformDependent0
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: phase were not honored. However, subsequent logging calls to these
SLF4J: io.netty.util.internal.logging.InternalLoggerFactory
SLF4J: loggers will work as normally expected.
SLF4J: io.netty.util.ResourceLeakDetector
SLF4J: io.netty.util.internal.CleanerJava9
SLF4J: io.netty.channel.nio.NioEventLoop

This is unexpected and it's not happening in other platforms.

Probably, this is related to #15884, but not quite sure.

To Reproduce

A windows based machine is needed.

Steps to reproduce the behavior:

  1. git clone https://github.com/Sgitario/quarkus-startstop
  2. cd quarkus-startstop
  3. git checkout reproducer_16896
  4. mvn clean verify -Ptestsuite -Dtest=ArtifactGeneratorBOMTest#quarkusUniverseBomExtensionsA

Quarkus version or git rev

1.13.2.Final

@Sgitario Sgitario added the kind/bug Something isn't working label Apr 29, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 29, 2021

/cc @Ladicek, @kenfinnigan

@geoand
Copy link
Contributor

geoand commented Sep 30, 2024

Is this still an issue?

@geoand geoand added the triage/needs-feedback We are waiting for feedback. label Sep 30, 2024
@geoand
Copy link
Contributor

geoand commented Oct 22, 2024

Closing for the lack of feedback

@geoand geoand closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/logging env/windows Impacts Windows machines kind/bug Something isn't working triage/needs-feedback We are waiting for feedback.
Projects
None yet
Development

No branches or pull requests

3 participants