Adjust to 2am cet nightly

This commit is contained in:
Ben Adrian Sarmiento
2024-07-14 22:43:56 +02:00
parent 9b52681a78
commit 0ec0db13ec
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ func MainApp(configPath string) {
zurglog.Infof("BuiltAt: %s", version.GetBuiltAt())
if log.Level() == zapcore.DebugLevel {
zurglog.Infof("Debug logging is enabled; if you are not debugging please set LOG_LEVEL=info in your system environment")
zurglog.Infof("Debug logging is enabled; if you are not debugging please set LOG_LEVEL=INFO in your system environment")
}
config, configErr := config.LoadZurgConfig(configPath, log.Named("config"))