sismics / reader

Free and open source feeds reader, including all major Google Reader features
https://www.sismics.com/reader/
GNU General Public License v2.0
400 stars 98 forks source link

Add option to disable embedded logs #146

Closed naku closed 7 years ago

naku commented 7 years ago

Currently Reader always add a log (rolling file, 5M) to /data/log

This is useful only for users that don't want to tweak the configuration.

Problem: on Docker, we want to log only to stdout.

Keep this log by default, but add an environnement parameter "application.log.enabled=false" to disable behaviour.