update log level
This commit is contained in:
parent
a3ce56e795
commit
ac3d3c204b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ var (
|
|||
)
|
||||
|
||||
func main() {
|
||||
log.SetLevel(log.LevelDebug)
|
||||
log.SetLevel(log.LevelInfo)
|
||||
log.Info("starting funbot...")
|
||||
log.Info("disgo version: ", disgo.Version)
|
||||
|
||||
|
|
Loading…
Reference in a new issue