From 470a59ff4ded4658b8fe215cd35b56c7abad0678 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Wed, 9 Sep 2020 19:22:03 +0200 Subject: [PATCH] Updated log path. #21 --- configuration/supervisor/aura-engine.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/supervisor/aura-engine.conf b/configuration/supervisor/aura-engine.conf index d04c3aeb..ee776c9d 100644 --- a/configuration/supervisor/aura-engine.conf +++ b/configuration/supervisor/aura-engine.conf @@ -9,5 +9,5 @@ autorestart = true stopsignal = TERM redirect_stderr = true -stdout_logfile = /var/log/aura/engine-core-stdout.log -stderr_logfile = /var/log/aura/engine-core-error.log \ No newline at end of file +stdout_logfile = /opt/aura/engine/logs/engine-core-stdout.log +stderr_logfile = /opt/aura/engine/logs/engine-core-error.log \ No newline at end of file -- GitLab