-
Hi guys, RR config
RESULT:
As you can see, a message is split on two and wrapped with RR wrapper
OUTPUT:
With some RR settings (raw, console or smth else, can't reproduce right now) I managed to output the entire message with STDOUT but had the same info in the RR json wrapper: So far I didn't find any evidence that Monolog breaks this, because if I create a separate test.php file and run it with PHP-CLI, not RR, I can have a message entire, printed in my console and not splitted Could you please help to get my container stream correct? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hello @7krasov 👋🏻. |
Beta Was this translation helpful? Give feedback.
-
Yeah, but this won't help you. Tho, if you want to have a separate log configuration per plugin, you may use your previous config.
STDERR
You can use STDOUT, after complete worker initialization in the
Yeah, you may create a bug with a full description, and a complete worker sample to have the ability to reproduce your issue. |
Beta Was this translation helpful? Give feedback.
-
Sorry, @rustatian, that was my mistype, a meant STDOUT, not STDERR. Regarding the sampling https://github.com/uber-go/zap/blob/master/FAQ.md#why-sample-application-logs Thank you! |
Beta Was this translation helpful? Give feedback.
-
Starting from the |
Beta Was this translation helpful? Give feedback.
Starting from the
v2.10.5
RR will show unspotted logs up to 64Kb.