From be0b435d307173598c30fcacc421b17112137099 Mon Sep 17 00:00:00 2001 From: Marcel Enguehard Date: Tue, 23 May 2017 10:50:17 +0200 Subject: Introduced groups + lxd profiles + diverted control network handling to lxd + misc bug fixes Change-Id: Iae26bc2994ac9704dde7dfa8fbe4be1b74cf9e6f Signed-off-by: Marcel Enguehard --- config/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit 1.2.3-korg