embeded templates
This commit is contained in:
parent
bf78461bbb
commit
9e4d1a6a28
18 changed files with 63 additions and 58 deletions
|
|
@ -16,11 +16,4 @@ func init() {
|
|||
Level: log.InfoLevel,
|
||||
})
|
||||
}
|
||||
func initLogging() {
|
||||
level, err := log.ParseLevel(logLevel)
|
||||
if err != nil {
|
||||
Log.Warn("Invalid log level; defaulting to info", "input", logLevel)
|
||||
level = log.InfoLevel
|
||||
}
|
||||
Log.SetLevel(level)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue