summarylogtreecommitdiffstats
path: root/fix-config.patch
blob: a41e7f984f581ba325085dd9fa41bd4e6c172ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
23a24,26
> daemonize = true
> pidfile = "/var/run/metronome/metronome.pid"
> 
61c64,71
<  
---
> 
> log = {
> 	info = "/var/log/metronome/metronome.log"; -- Change 'info' to 'debug' for verbose logging
> 	error = "/var/log/metronome/metronome.err";
> 	"*syslog"; -- Uncomment this for logging to syslog
> 	-- "*console"; -- Log to the console, useful for debugging with daemonize=false
> }
>