Skip to content
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

Add configuration to determine default item level #179

Merged
merged 5 commits into from
Mar 14, 2019
Merged

Add configuration to determine default item level #179

merged 5 commits into from
Mar 14, 2019

Conversation

rokob
Copy link
Contributor

@rokob rokob commented Mar 7, 2019

Fixes #176

By default we use WARNING for messages, CRITICAL for Error type
throwables, and ERROR for other throwables. There is no way to change
that than always setting the level. This makes it so you can set the
default level in the configuration.

Fixes #176

By default we use WARNING for messages, CRITICAL for Error type
throwables, and ERROR for other throwables. There is no way to change
that than always setting the level. This makes it so you can set the
default level in the configuration.
@@ -624,14 +624,14 @@ public void log(ThrowableWrapper error, Map<String, Object> custom, String descr
* @param error the error.
* @return the level.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix these docs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rokob rokob merged commit 64c23f4 into master Mar 14, 2019
@vselvarajijay vselvarajijay deleted the iss176 branch May 22, 2020 14:30
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