mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Added --trace flag and new log.Trace() lines for sensitive information (#541)
This commit is contained in:
parent
4f47851263
commit
7052346570
6 changed files with 25 additions and 4 deletions
|
@ -72,12 +72,22 @@ Environment Variable: WATCHTOWER_REMOVE_VOLUMES
|
|||
Enable debug mode with verbose logging.
|
||||
|
||||
```
|
||||
Argument: --debug
|
||||
Argument: --debug, -d
|
||||
Environment Variable: WATCHTOWER_DEBUG
|
||||
Type: Boolean
|
||||
Default: false
|
||||
```
|
||||
|
||||
## Trace
|
||||
Enable trace mode with very verbose logging. Caution: exposes credentials!
|
||||
|
||||
```
|
||||
Argument: --trace
|
||||
Environment Variable: WATCHTOWER_TRACE
|
||||
Type: Boolean
|
||||
Default: false
|
||||
```
|
||||
|
||||
## Docker host
|
||||
Docker daemon socket to connect to. Can be pointed at a remote Docker host by specifying a TCP endpoint as "tcp://hostname:port".
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ The types of notifications to send are set by passing a comma-separated list of
|
|||
|
||||
## 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`.
|
||||
- Whatchtower will post a notification every time is started. This behavior [can be changed](https://containrrr.github.io/watchtower/arguments/#without_sending_a_startup_message) with an argument.
|
||||
- `--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`, `debug` or `trace`.
|
||||
- Watchtower will post a notification every time it is started. This behavior [can be changed](https://containrrr.github.io/watchtower/arguments/#without_sending_a_startup_message) with an argument.
|
||||
|
||||
## Available services
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue