From b68762adfdd23b6a749ffc6f8adad7202f7a2f28 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 29 Oct 2019 17:59:07 +0100 Subject: [PATCH] tests: do not fail if executed as non-root --- etc/examples/global.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/examples/global.conf b/etc/examples/global.conf index dff079cec..0787eb2d2 100644 --- a/etc/examples/global.conf +++ b/etc/examples/global.conf @@ -45,7 +45,7 @@ logging = { # One of: "warn", "info", "error", "off", "info" - file = "/var/log/villas-node.log" # File for logs + file = "/tmp/villas-node.log" # File for logs syslog = true # Log to syslogd }