4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-06 06:24:06 +00:00

Add support for flexible logging levels

This commit is contained in:
Neil Alexander
2019-01-27 13:31:43 +00:00
parent 5b31cbee2a
commit 0838928668
18 changed files with 105 additions and 88 deletions

View File

@ -563,7 +563,7 @@ func (t *switchTable) getTable() lookupTable {
// Starts the switch worker
func (t *switchTable) start() error {
t.core.log.Println("Starting switch")
t.core.log.Infoln("Starting switch")
go t.doWorker()
return nil
}