From: Silvio Rhatto Date: Sun, 4 Aug 2024 12:44:09 +0000 (-0300) Subject: Fix: logfiles should be relative to the unison user folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=HEAD;p=rhatto%2Fdotfiles%2Funison.git Fix: logfiles should be relative to the unison user folder --- diff --git a/unison.dot/default-code.prf.link b/unison.dot/default-code.prf.link index 2cbd716..b20d5dd 100644 --- a/unison.dot/default-code.prf.link +++ b/unison.dot/default-code.prf.link @@ -3,7 +3,7 @@ ignore = Name .vagrant ignore = Name .sync-media # Log -logfile = .unison/unison.log +logfile = code.log # Automatically accept default (nonconflicting) actions auto = true diff --git a/unison.dot/default-home.prf.link b/unison.dot/default-home.prf.link index 82f07ad..a1def0e 100644 --- a/unison.dot/default-home.prf.link +++ b/unison.dot/default-home.prf.link @@ -43,7 +43,7 @@ ignorenot = Name .unison/*.prf ignorenot = Name .pulse/client.conf # Log -logfile = .unison/unison.log +logfile = home.log # Automatically accept default (nonconflicting) actions auto = true diff --git a/unison.dot/default-irssi.prf.link b/unison.dot/default-irssi.prf.link index e1a1426..aec33d1 100644 --- a/unison.dot/default-irssi.prf.link +++ b/unison.dot/default-irssi.prf.link @@ -17,7 +17,7 @@ ignore = Name .speech-dispatcher ignore = Name .xine/session.0 # Log -logfile = .unison/unison.log +logfile = irssi.log # Automatically accept default (nonconflicting) actions auto = true