cobudget-old / cobudget

top level repo for cobudget apps
https://github.com/cobudget
Creative Commons Zero v1.0 Universal
82 stars 19 forks source link

Send logs to stdout #228

Closed gardner closed 4 years ago

gardner commented 4 years ago

The docker containers were filling up with logs which caused #227 and likely #226 . This change sends logs to STDOUT where they become part of dockers logging system which uses log rotation to keep the log size down while also retaining enough information for troubleshooting.