From 0ec0db13ec5bb8d528c629e42bf1c6bdb40b6dd7 Mon Sep 17 00:00:00 2001 From: Ben Adrian Sarmiento Date: Sun, 14 Jul 2024 22:43:56 +0200 Subject: [PATCH] Adjust to 2am cet nightly --- .github/workflows/build.yml | 2 +- internal/app.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))