aboutsummaryrefslogtreecommitdiffstats
path: root/config/logging.conf
diff options
context:
space:
mode:
authorMarcel Enguehard <mengueha+fdio@cisco.com>2017-05-23 10:50:17 +0200
committerMarcel Enguehard <mengueha+fdio@cisco.com>2017-05-23 08:57:12 +0000
commitbe0b435d307173598c30fcacc421b17112137099 (patch)
treeed8aae7eef796eb7381d21937b095a036733789a /config/logging.conf
parent895a6328d6e64948ed213e8fbbb3ab15aca0df43 (diff)
Introduced groups + lxd profiles + diverted control network handling to lxd + misc bug fixes
Change-Id: Iae26bc2994ac9704dde7dfa8fbe4be1b74cf9e6f Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
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