mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:03:22 +00: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:
@@ -49,7 +49,7 @@ import (
|
||||
)
|
||||
|
||||
func run(c *cli.Context) error {
|
||||
common.SetupGlobalLogger(c)
|
||||
common.SetupGlobalLogger(c, true)
|
||||
|
||||
agentConfigPath := c.String("agent-config")
|
||||
hostname := c.String("hostname")
|
||||
|
Reference in New Issue
Block a user