Add enable_log_streamer to sample config
This commit is contained in:
parent
16b56c89de
commit
d277c0d275
1 changed files with 3 additions and 0 deletions
3
testdata/config.toml
vendored
3
testdata/config.toml
vendored
|
|
@ -10,6 +10,9 @@ config_dir = "/etc/garm"
|
|||
# Uncomment this line if you'd like to log to a file instead of standard output.
|
||||
# log_file = "/tmp/runner-manager.log"
|
||||
|
||||
# Enable streaming logs via web sockets. Use garm-cli debug-log.
|
||||
enable_log_streamer = false
|
||||
|
||||
[jwt_auth]
|
||||
# A JWT token secret used to sign tokens.
|
||||
# Obviously, this needs to be changed :).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue