mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(config): add loglevel defaults option trace (#356)
This commit is contained in:
parent
8a4826d781
commit
a63e022c15
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ port = 7474
|
|||
#
|
||||
# Default: "DEBUG"
|
||||
#
|
||||
# Options: "ERROR", "DEBUG", "INFO", "WARN"
|
||||
# Options: "ERROR", "DEBUG", "INFO", "WARN", "TRACE"
|
||||
#
|
||||
logLevel = "TRACE"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue