From 7048d7c15e1580e15fd993a3271f2c772ec4ab7d Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Tue, 13 Apr 2004 21:01:32 +0000 Subject: [PATCH] Add logfile option to sample conf file --- contrib/mt-daapd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/contrib/mt-daapd.conf b/contrib/mt-daapd.conf index 6ff399d3..8cba0cfb 100644 --- a/contrib/mt-daapd.conf +++ b/contrib/mt-daapd.conf @@ -105,3 +105,19 @@ playlist /etc/mt-daapd.playlist extensions .mp3,.m4a,.m4p +# +# logfile (optional) +# +# This is the file to log to. If this is not configured, +# then it will log to the syslog. +# +# Not that the -d switch will control the log verbosity. +# By default, it runs at log level 1. Log level 9 will churn +# out scads of useless debugging information. Values in between +# will vary the amount of logging you get. +# + +#logfile /var/log/mt-daapd.log + + +