yiisoft / yii2-docker

Official Docker images suitable for Yii 2.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
384 stars 202 forks source link

[Feature request] send application error log to stdout #78

Closed simmonHuong closed 5 years ago

simmonHuong commented 5 years ago

It'd be great if we were able to send error logs to stderr and the rest of the logs to stdout.

schmunk42 commented 5 years ago

You should be able to do that on application level with https://github.com/codemix/yii2-streamlog#installation-and-configuration

simmonHuong commented 5 years ago

Yes that's a more graceful way to deal with application logs.They should go to some log system.