upd log level

This commit is contained in:
onyx-and-iris 2023-12-15 17:21:33 +00:00
parent 8655265908
commit 927e78aa3a

View File

@ -7,7 +7,7 @@ import (
)
func init() {
log.SetLevel(log.DebugLevel)
log.SetLevel(log.InfoLevel)
}
func main() {