You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API that logs failed requests to a local file. It's implemented by listening to the Response event, and if the status code is not 200 then I log a message to the custom channel. I have it configured in monolog.yaml as follows:
Even with monolog enabled: false (which should be redundant because the docs say it defaults to false) I see that these log records are still being sent to New Relic.
The text was updated successfully, but these errors were encountered:
I have an API that logs failed requests to a local file. It's implemented by listening to the Response event, and if the status code is not 200 then I log a message to the custom channel. I have it configured in
monolog.yaml
as follows:My
ekino_new_relic.yaml
file is as follows:Even with
monolog enabled: false
(which should be redundant because the docs say it defaults to false) I see that these log records are still being sent to New Relic.The text was updated successfully, but these errors were encountered: