Disable loading config from flags, as it was not behaving correctly
This commit is contained in:
@@ -71,7 +71,7 @@ func LoadFromLocalFile() {
|
||||
func Load() {
|
||||
LoadFromLocalFile()
|
||||
LoadFromEnv()
|
||||
LoadFromFlags()
|
||||
//LoadFromFlags()
|
||||
log.SetLogLevelString(Server.LogLevel)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user