Skip to content

SLF4J-165 Handling of unknown (custom) priorities is different than i…#277

Open
DavesMan wants to merge 1 commit into
qos-ch:1.7-maintenancefrom
DavesMan:1.7-maintenance
Open

SLF4J-165 Handling of unknown (custom) priorities is different than i…#277
DavesMan wants to merge 1 commit into
qos-ch:1.7-maintenancefrom
DavesMan:1.7-maintenance

Conversation

@DavesMan

Copy link
Copy Markdown

…n log4j (throwing an IllegalStateException than using the effective level of the given Priority / Level / Category)

…n log4j (throwing an IllegalStateException than using the effective level of the given Priority / Level / Category)

Signed-off-by: DavesMan <davesman@centrum.cz>
default:
throw new IllegalStateException("Unknown Priority " + p);
slf4jLogger.warn("Unknown Priority " + p);
return LocationAwareLogger.TRACE_INT;

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original JIRA suggests DEBUG level. TRACE will be visible everywhere. So feel free to change the corrected logging level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant