Hello,

There seems to be an issue with logging to console if configured level is
lower than INFO (ex. FINE, FINEST). There is no effect even if in
conf/logging.properties I set:
org.apache.tomee.jul.formatter.AsyncConsoleHandler.level = ALL

It appears that AsyncConsoleHandler instantiates and uses delegate to
publish log entries and this delegate (ConsoleHandler) is instantiated with
level INFO, unless in logging.properties I set this:
org.apache.tomee.jul.formatter.AsyncConsoleHandler$1.level=ALL

Such an effect is not documented anywhere. Is it a bug or by design?

Petras



Reply via email to