mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-28 22:17:15 +01:00
Add missing note on log file permissions
This commit is contained in:
parent
a534cc9eca
commit
4e9eeb1fa1
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@
|
||||||
# - "field -> level" to match any value, e.g. "time_taken_ms -> debug"
|
# - "field -> level" to match any value, e.g. "time_taken_ms -> debug"
|
||||||
# Warning: Using log-level-overrides has a performance penalty. Only use it for temporary debugging.
|
# Warning: Using log-level-overrides has a performance penalty. Only use it for temporary debugging.
|
||||||
#
|
#
|
||||||
|
# Check your permissions:
|
||||||
|
# If you are running ntfy with systemd, make sure this log file is owned by the
|
||||||
|
# ntfy user and group by running: chown ntfy.ntfy <filename>.
|
||||||
|
#
|
||||||
# Example (good for production):
|
# Example (good for production):
|
||||||
# log-level: info
|
# log-level: info
|
||||||
# log-format: json
|
# log-format: json
|
||||||
|
|
Loading…
Reference in a new issue