mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Made the notification level flag global for all notification types.
This commit is contained in:
parent
4ac08dfb30
commit
e1ead2f46f
5 changed files with 26 additions and 24 deletions
|
|
@ -191,6 +191,10 @@ The types of notifications to send are passed via the comma-separated option `--
|
|||
* `email` to send notifications via e-mail
|
||||
* `slack` to send notifications through a Slack webhook
|
||||
|
||||
### Settings
|
||||
|
||||
* `--notifications-level` (env. `WATCHTOWER_NOTIFICATIONS_LEVEL`): Controls the log level which is used for the notifications. If omitted, the default log level is `info`. Possible values are: `panic`, `fatal`, `error`, `warn`, `info` or `debug`.
|
||||
|
||||
### Notifications via E-Mail
|
||||
|
||||
To receive notifications by email, the following command-line options, or their corresponding environment variables, can be set:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue