allow configuration of logger output.
This commit is contained in:
@ -23,6 +23,7 @@ func Init() Config {
|
||||
}
|
||||
|
||||
// set logging Level
|
||||
log.Init("text")
|
||||
log.SetNumericLevel(cfg.LogLevel)
|
||||
|
||||
// set timezone & time format
|
||||
|
Reference in New Issue
Block a user