-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
TRACE logging does not work #790
Comments
It works for me. But, you have to configure it correctly! To enable overall trace logging, You can disable console logging with |
Wait, there is a legitimate issue! Only the root logger will log at TRACE with these settings. I have a patch to fix the other cases. |
[#790] Allow all log levels to be configured, not just the root
A while back one could set
shamrock.log.level=TRACE
and TRACE logging would appear in the console. This is not working any more.Also, it doesn't seem to be possible to disable console logging and do TRACE logging to a file.
The text was updated successfully, but these errors were encountered: