fix: console logger regression with dynamic logger webhook registration (#14346)

fixes a regression from #14289
This commit is contained in:
Harshavardhana
2022-02-17 17:50:10 -08:00
committed by GitHub
parent 1dbb3f6f43
commit 65b1a4282e
3 changed files with 12 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ func (sys *HTTPConsoleLoggerSys) Endpoint() string {
// String - stringer function for interface compatibility
func (sys *HTTPConsoleLoggerSys) String() string {
return "console+http"
return logger.ConsoleLoggerTgt
}
// Content returns the console stdout log