app(logger): restore the old behaviour
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
that is - have the Logger() method return pointer to the local (s)logger
This commit is contained in:
parent
355f09bf5a
commit
bef3cb228e
@ -84,7 +84,7 @@ func (a *App) E() *echo.Echo {
|
||||
|
||||
// Logger returns app's pointer to the global logger instance.
|
||||
func (a *App) Logger() *slogging.Logger {
|
||||
return a.slogger
|
||||
return &a.logger
|
||||
}
|
||||
|
||||
// PrintConfiguration outputs relevant settings of the application to console.
|
||||
|
Loading…
Reference in New Issue
Block a user