@ -22,6 +22,7 @@ func Set(l ...Level) {
l = []Level{INFO}
}
level.Set(l[0])
Info("level set to", l[0])
func SetWriter(w io.Writer) {