mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
add missing trace loglevel (#2007)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
scalar Time
|
||||
|
||||
enum LogLevel {
|
||||
Trace
|
||||
Debug
|
||||
Info
|
||||
Progress
|
||||
|
||||
@@ -11,6 +11,8 @@ func getLogLevel(logType string) models.LogLevel {
|
||||
switch logType {
|
||||
case "progress":
|
||||
return models.LogLevelProgress
|
||||
case "trace":
|
||||
return models.LogLevelTrace
|
||||
case "debug":
|
||||
return models.LogLevelDebug
|
||||
case "info":
|
||||
|
||||
Reference in New Issue
Block a user