diff --git a/log/log.go b/log/log.go index 539cee2..e1048b7 100644 --- a/log/log.go +++ b/log/log.go @@ -15,7 +15,7 @@ const dataPath = "./data" func init() { atom = zap.NewAtomicLevel() - + atom.SetLevel(zap.DebugLevel) filer, _, err := zap.Open(filepath.Join(dataPath, "polaris.log")) if err != nil { panic(err)