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
Describe the bug
I swear it was working before, but then the default logging level seems to be TRACE. It's not my environment, I tried to use online java compilers and I see its the same.
In tinylog 2, all severity levels are enabled by default, including trace and debug. Therefore, the actual output is correct. If you want to disable both severity levels, you can set another default severity level: https://tinylog.org/v2/configuration/#severity-level
Describe the bug
I swear it was working before, but then the default logging level seems to be TRACE. It's not my environment, I tried to use online java compilers and I see its the same.
To Reproduce
Steps to reproduce the behavior:
Code:
Expected:
Actual
Environment
tinylog version: 2.7.0
Java version:
Example Screenshots:
The text was updated successfully, but these errors were encountered: