YunoHost / packages_old

[not used anymore] YunoHost Debian package sources
http://yunohost.org
8 stars 7 forks source link

Avoid spreading metronome logs at different places #23

Closed julienmalik closed 9 years ago

julienmalik commented 10 years ago

Previously, we had : info logs going to /var/log/metronome/metronome.log error logs going to /var/log/metronome/metronome.err debug logs going to /var/log/syslog

Now, info+debug logs all go to /var/log/metronome/metronome.log, and we don't use syslog anymore.

jeromelebleu commented 9 years ago

The syslog removal has been done in https://github.com/YunoHost/packages/commit/cfa5ee39ff539084bd39d888ab0f9e29166afde8 This commit introduces a new package yunohost-config-metronome which now contains the metronome configuration: https://github.com/YunoHost/packages/blob/master/yunohost-config-metronome/config/metronome.cfg.lua

Is it useful to have debug level log instead of just the info one?