mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 01:17:13 +02:00
progress on server refactor
This commit is contained in:
parent
81abb88317
commit
78af798d68
14 changed files with 392 additions and 131 deletions
|
@ -25,7 +25,6 @@ type loggerFactory struct {
|
|||
}
|
||||
|
||||
func (l loggerFactory) NewLogger(subsystem string) logging.LeveledLogger {
|
||||
l.logger.Debug().Msgf("creating logger for %s", subsystem)
|
||||
return logger{
|
||||
logger: l.logger.With().Str("subsystem", subsystem).Logger(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue