diff --git a/config.toml b/config.toml index cbc982e..90d8fc2 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,7 @@ port = 7474 # # Default: "DEBUG" # -# Options: "ERROR", "DEBUG", "INFO", "WARN" +# Options: "ERROR", "DEBUG", "INFO", "WARN", "TRACE" # logLevel = "TRACE" diff --git a/internal/config/config.go b/internal/config/config.go index b8d7559..1428ac5 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -6,8 +6,8 @@ import ( "os" "path" "path/filepath" - "sync" "strings" + "sync" "github.com/autobrr/autobrr/internal/domain" "github.com/autobrr/autobrr/internal/logger" @@ -81,7 +81,7 @@ port = 7474 # # Default: "DEBUG" # -# Options: "ERROR", "DEBUG", "INFO", "WARN" +# Options: "ERROR", "DEBUG", "INFO", "WARN", "TRACE" # logLevel = "DEBUG"