diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a50bc2e..2c07f2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: tags: - 'v**' schedule: - - cron: '45 1 * * *' + - cron: '0 0 * * *' jobs: build: diff --git a/internal/app.go b/internal/app.go index 4c5cdfe..0f9c42f 100644 --- a/internal/app.go +++ b/internal/app.go @@ -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"))