More docs
This commit is contained in:
parent
70aa384bc3
commit
610adb062b
4 changed files with 183 additions and 62 deletions
|
@ -35,9 +35,8 @@ import (
|
|||
/*
|
||||
|
||||
- MEDIUM fail2ban to work with ntfy log not nginx log
|
||||
- HIGH Docs
|
||||
- tiers
|
||||
- api
|
||||
- HIGH test for delayed sending
|
||||
- LOW https://github.com/binwiederhier/ntfy/actions/runs/4169886276/jobs/7218312719
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
|
||||
# Logging options
|
||||
#
|
||||
# By default, ntfy logs to the console (stderr), with a "info" log level, and in a human-readable text format.
|
||||
# By default, ntfy logs to the console (stderr), with an "info" log level, and in a human-readable text format.
|
||||
# ntfy supports five different log levels, can also write to a file, log as JSON, and even supports granular
|
||||
# log level overrides for easier debugging. Some options (log-level and log-level-overrides) can be hot reloaded
|
||||
# by calling "kill -HUP $pid" or "systemctl reload ntfy".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue