- Issue created by @dracleen
When the jsonlog module is set to log to stdout, the logs of some processes like the drupal cron are being buffered and then written to stdout in one line without making a newline for each entry, which cause some log parser to mark it as en error.
Set jsonlog module to log to stdout
run drupal in a docker container with ngnix and php-fpm
run system-> cron of drupal
read docker logs of container
introduce the flush() method after writing each log entry
setting php and ngnix output buffer to 0 didnt help.