Skip to content

Commit

Permalink
lower log level for "loaded %d scenarios"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jul 21, 2023
1 parent 15c7bef commit 74dea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/leakybucket/manager_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func LoadBuckets(cscfg *csconfig.CrowdsecServiceCfg, files []string, tomb *tomb.
return nil, nil, fmt.Errorf("unable to load alert context: %s", err)
}

log.Warningf("Loaded %d scenarios", len(ret))
log.Infof("Loaded %d scenarios", len(ret))
return ret, response, nil
}

Expand Down

0 comments on commit 74dea50

Please sign in to comment.