[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
This commit is contained in:
Leonora Tindall 2022-11-19 03:06:37 -06:00 committed by GitHub
commit 2216f253c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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