You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-22 08:55:42 +02:00
Do not print log level on CLI (#2638)
if it's not in debug log level closes https://github.com/woodpecker-ci/woodpecker/issues/1764
This commit is contained in:
@@ -21,6 +21,6 @@ import (
|
||||
)
|
||||
|
||||
func SetupGlobalLogger(c *cli.Context) error {
|
||||
common.SetupGlobalLogger(c)
|
||||
common.SetupGlobalLogger(c, false)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user