Adjust to 2am cet nightly
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v**'
|
- 'v**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 1 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ func MainApp(configPath string) {
|
|||||||
zurglog.Infof("BuiltAt: %s", version.GetBuiltAt())
|
zurglog.Infof("BuiltAt: %s", version.GetBuiltAt())
|
||||||
|
|
||||||
if log.Level() == zapcore.DebugLevel {
|
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"))
|
config, configErr := config.LoadZurgConfig(configPath, log.Named("config"))
|
||||||
|
|||||||
Reference in New Issue
Block a user