diff --git a/_examples/actions/add_releaserc/octopush.yml b/_examples/actions/add_releaserc/octopush.yml index 3c1c819..d90c930 100644 --- a/_examples/actions/add_releaserc/octopush.yml +++ b/_examples/actions/add_releaserc/octopush.yml @@ -3,7 +3,7 @@ name: write-a-readme select: repositories: - git@git.front.kjuulh.io:kjuulh/octopush-test.git - - git@git.front.kjuulh.io:kjuulh/octopush.git + #- git@git.front.kjuulh.io:kjuulh/octopush.git # providers: # - gitea: https://git.front.kjuulh.io # organisation: "cibus" diff --git a/internal/logger/zap.go b/internal/logger/zap.go index 5c44a40..b3b10c9 100644 --- a/internal/logger/zap.go +++ b/internal/logger/zap.go @@ -12,7 +12,7 @@ func New() (*zap.Logger, error) { return lvl >= zapcore.ErrorLevel }) lowPriority := zap.LevelEnablerFunc(func(lvl zapcore.Level) bool { - return lvl < zapcore.ErrorLevel && lvl > zapcore.DebugLevel + return lvl < zapcore.ErrorLevel // && lvl > zapcore.DebugLevel }) config := zap.NewDevelopmentEncoderConfig()