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

Allow to set a minimum log level #7

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Conversation

MorrisJobke
Copy link
Collaborator

Fixes #6

Copy link
Owner

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

Nice

README.md Outdated

### Minimum log level

The setting `sentry.minimum.log.level` can be used to filter out exceptions with lower log level before they are send to the sentry instance. By default `warning` and upwards will be captured.
Copy link
Owner

Choose a reason for hiding this comment

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

send -> sent

Copy link
Owner

Choose a reason for hiding this comment

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

sentry -> Sentry ('cause it's a product)

README.md Outdated

The setting `sentry.minimum.log.level` can be used to filter out exceptions with lower log level before they are send to the sentry instance. By default `warning` and upwards will be captured.

To change this you can specify the minimum log level of the sentry instance by following command
Copy link
Owner

Choose a reason for hiding this comment

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

sentry -> Sentry ('cause it's a product)

Copy link
Owner

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

🚀

@ChristophWurst ChristophWurst merged commit 960db4d into master Nov 27, 2017
@ChristophWurst ChristophWurst deleted the minimum-log-level branch November 27, 2017 17:58
@ChristophWurst ChristophWurst added this to the 1.1.0 milestone Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants