mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-09 19:47:02 +02:00
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user