-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Document new Monolog HTTP code exclusion feature #8235
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
Changes from 1 commit
a3b6a01
c9f6ee5
17cb416
e19bca2
c8c19f2
30cc7d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
single: Monolog; Exclude HTTP Codes | ||
|
||
How to Configure Monolog to Exclude Specific HTTP Codes from the Log | ||
=========================================================== | ||
==================================================================== | ||
|
||
Sometimes your logs become flooded with unwanted HTTP errors, for example, | ||
403s and 404s. When using a ``fingers_crossed`` handler, you can exclude | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Quick question: is the mention of the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I based the feature off of NotFoundActivationStrategy, which is only for fingers_crossed |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a versionadded here:
I'm guessing on the 3.3 part for MonologBundle, but unless something super strange happens, that should be true.