This commit is contained in:
parent
9a1eff5305
commit
5d2f0e22f9
@ -56,9 +56,6 @@ func InitLogger() {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: work out how to set up the other log stuff
|
||||
// TODO: Docs for new config options
|
||||
|
||||
var logBackends []logging.Backend
|
||||
|
||||
// We define our two backends
|
||||
@ -80,8 +77,6 @@ func InitLogger() {
|
||||
logBackends = append(logBackends, errBackendLeveled)
|
||||
}
|
||||
|
||||
// TODO: make a setting to define where logging should go (file, stdout)
|
||||
|
||||
// Set our backends
|
||||
logging.SetBackend(logBackends...)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user