mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-12 13:47:09 +03:00
commands, helpers: Add correct verbose log level to the global loggers
We still use those in some cases.
This commit is contained in:
parent
0802f79e66
commit
04d80e6e87
2 changed files with 9 additions and 1 deletions
|
@ -274,7 +274,9 @@ var (
|
|||
|
||||
// InitLoggers sets up the global distinct loggers.
|
||||
func InitLoggers() {
|
||||
jww.ResetLogCounters()
|
||||
DistinctErrorLog = NewDistinctErrorLogger()
|
||||
DistinctWarnLog = NewDistinctWarnLogger()
|
||||
DistinctFeedbackLog = NewDistinctFeedbackLogger()
|
||||
}
|
||||
|
||||
// Deprecated informs about a deprecation, but only once for a given set of arguments' values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue