From 979b1813617a1a4d18034608e0686264b04826fb Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 05:22:06 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 2 +- playbooks/mpdf.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 9ea63ad..133fd43 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,log_file]|join() }} +log_file {{ [log_dir,item,'mpd.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 diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 4f65527..bc99ed6 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -6,6 +6,7 @@ path: /var/lib/mpd playlist_directory: /playlist/ db_file: tag_cache + log_dir: /var/log/ log_file: mpd.log pid_file: pid state_file: state