parent
5bb1564575
commit
41137077bc
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,8 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
// Set up the glboal logger early to allow info deprecations during config load.
|
||||||
|
loggers.InitGlobalLogger(r.logger.Level(), false)
|
||||||
|
|
||||||
r.changesFromBuild = make(chan []identity.Identity, 10)
|
r.changesFromBuild = make(chan []identity.Identity, 10)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue