From d277c0d27515afee8e4bf313169ae64a0c63d495 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Fri, 21 Oct 2022 11:48:51 +0300 Subject: [PATCH] Add enable_log_streamer to sample config --- testdata/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testdata/config.toml b/testdata/config.toml index 1f10ca70..455fc278 100644 --- a/testdata/config.toml +++ b/testdata/config.toml @@ -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 :).