From 92c556953822f731ebf800b3e5d2f53c9f4b7cc7 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Sun, 21 Sep 2025 05:23:21 +0200 Subject: [PATCH] Reset default log level to warn --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 45245ed..48bf1a5 100644 --- a/config.yml +++ b/config.yml @@ -3,7 +3,7 @@ # https://github.com/thomiceli/opengist/blob/master/docs/configuration/cheat-sheet.md # Set the log level to one of the following: debug, info, warn, error, fatal. Default: warn -log-level: debug +log-level: warn # Set the log output to one or more of the following: `stdout`, `file`. Default: stdout,file log-output: stdout,file