Issue #682: convert logs package to RFC5424 logging levels.
This commit is contained in:
@@ -16,5 +16,5 @@ import (
|
||||
func TestConn(t *testing.T) {
|
||||
log := NewLogger(1000)
|
||||
log.SetLogger("conn", `{"net":"tcp","addr":":7020"}`)
|
||||
log.Info("info")
|
||||
log.Informational("informational")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user