aboutsummaryrefslogtreecommitdiffstats
path: root/config/logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/logging.conf')
-rwxr-xr-xconfig/logging.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/logging.conf b/config/logging.conf
index b1ca30fd..b21a4c4d 100755
--- a/config/logging.conf
+++ b/config/logging.conf
@@ -15,7 +15,7 @@ handlers=file_handler
class=FileHandler
level=DEBUG
formatter=formatter
-args=("/tmp/vicn.log", "w")
+args=("~/.vicn/vicn.log", "w")
[formatter_formatter]
format=%(asctime)s %(levelname)8s %(name)25s.%(funcName)25s %(message)20s