You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus doesn't do what I say. But I do get this warn in the log:
2023-01-31 10:21:18,248 WARN [io.qua.run.log.LoggingSetupRecorder] (Quarkus Main Thread) Log level TRACE for category 'org.optaplanner' set below minimum logging level DEBUG, promoting it to DEBUG
Problem is that it doesn't tell me how to get the optaplanner TRACE log anyway. Which I desperately need to investigate a bug.
Implementation ideas
Change the log message to:
2023-01-31 10:21:18,248 WARN [io.qua.run.log.LoggingSetupRecorder] (Quarkus Main Thread) Log level TRACE for category 'org.optaplanner' set below minimum logging level DEBUG, promoting it to DEBUG. To override this, use quarkus.log.min-level=TRACE
The text was updated successfully, but these errors were encountered:
Description
When I set the optaplanner log level to TRACE:
Quarkus doesn't do what I say. But I do get this warn in the log:
Problem is that it doesn't tell me how to get the optaplanner TRACE log anyway. Which I desperately need to investigate a bug.
Implementation ideas
Change the log message to:
The text was updated successfully, but these errors were encountered: