mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix tag query performance problems (#657)
* Fix sql tracing * Disable query by marker count * Disable unit test
This commit is contained in:
@@ -344,7 +344,7 @@ func GetLogLevel() string {
|
||||
const defaultValue = "Info"
|
||||
|
||||
value := viper.GetString(LogLevel)
|
||||
if value != "Debug" && value != "Info" && value != "Warning" && value != "Error" {
|
||||
if value != "Debug" && value != "Info" && value != "Warning" && value != "Error" && value != "Trace" {
|
||||
value = defaultValue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user