From 2216f253c18491b01efce09d00c5f1962dd74c96 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sat, 19 Nov 2022 03:06:37 -0600 Subject: [docs] Move and document logs (#1076) Rather than a single access log and no error logging, put the logs in /var/log/gotosocial/, and document creating and owning that directory --- example/gotosocial.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/gotosocial.service b/example/gotosocial.service index 297251476..d3da72a84 100644 --- a/example/gotosocial.service +++ b/example/gotosocial.service @@ -17,8 +17,8 @@ Restart=on-failure ExecStart=/gotosocial/gotosocial --config-path config.yaml server start WorkingDirectory=/gotosocial -StandardOutput=append:/var/log/gotosocial.log -StandardError=inherit +StandardOutput=append:/var/log/gotosocial/access.log +StandardError=append:/var/log/gotosocial/error.log # Sandboxing options to harden security -- cgit v1.2.3