Monolog formatter not being applied with bref #1025
Unanswered
allan-simon
asked this question in
Support
Replies: 2 comments
-
|
Hi, I'm not sure how this relate to Bref? Isn't that a Symfony configuration issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm not sure either, it's in my todo of things to investigate, but the fact is with exactly the same configuration , when I deploy in prod in ec2 , it's formatted correctly, prod on lambda, some are not , very exact same artifact of zip code / vendor / env variables |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
As I want my log to be forwarded to elasticsearch after being sent to cloudwatch , i'm using the monolog json formatter
so I have the following configuration
It works perfectly:
However with bref on lambda I see some channels not being formatted :
while others are formatted correctly
How to reproduce:
nothing special , a simple "PingController" with a /ping return a blank answer trigger the issue
Beta Was this translation helpful? Give feedback.
All reactions