Add enable_log_streamer to sample config

This commit is contained in:
Gabriel Adrian Samfira 2022-10-21 11:48:51 +03:00
parent 16b56c89de
commit d277c0d275
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5

View file

@ -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 :).