Fix issue with LogLevel.Trace #228
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_trace_logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There was a mistake in a recent commit that caused "Trace" logging to always be enabled, no matter the configuration value.
This quickly generates large log files that might be unwanted.
oops