mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 18:22:24 -05:00
[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:
parent
c964856927
commit
2216f253c1
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue