This commit is contained in:
stefanodvx 2025-04-15 18:45:08 +02:00
parent ba77cc0e28
commit e9db655733
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ func Start() {
}
logDispatcherErrors, err := strconv.ParseBool(os.Getenv("LOG_DISPATCHER_ERRORS"))
if err != nil {
log.Println("failed to parse LOG_ERRORS env, using false")
log.Println("failed to parse LOG_DISPATCHER_ERRORS env, using false")
logDispatcherErrors = false
}
dispatcher := ext.NewDispatcher(&ext.DispatcherOpts{