From ba28aa2b1d2d257e709f6ea1fd41dbee0f53e4b0 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 05:23:11 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 133fd43..34326f9 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -42,7 +42,7 @@ db_file {{ [path,item,db_file]|join() }} # The special value "syslog" makes MPD use the local syslog daemon. This # setting defaults to logging to syslog, otherwise logging is disabled. # -log_file {{ [log_dir,item,'mpd.log']|join() }} +log_file {{ [log_dir,'mpd',item,'.log']|join() }} # # This setting sets the location of the file which stores the process ID # for use of mpd --kill and some init scripts. This setting is disabled by