mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Fixes garbage in e2e logging on CI (#1879)
This commit is contained in:
parent
4296a87e6b
commit
8665997d89
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ func getKubeConfig(configPath string, overrides clientcmd.ConfigOverrides) *rest
|
|||
// creates e2e tests fixture: ensures that Application CRD is installed, creates temporal namespace, starts repo and api server,
|
||||
// configure currently available cluster.
|
||||
func init() {
|
||||
// this enables colors and disables full timestamps
|
||||
log.SetFormatter(&log.TextFormatter{ForceColors: true})
|
||||
// ensure we log all shell execs
|
||||
log.SetLevel(log.DebugLevel)
|
||||
// set-up variables
|
||||
|
|
|
|||
Loading…
Reference in a new issue