Start your All-Access Pass to unlock this challenge
Why do we need named autowiring to use a specific logger channel in LoggerRemote?
LoggerRemote
Named autowiring allows specifying an alternate logger, like buttons logger, instead of the default app logger.
buttons
app
Named autowiring helps ensure log messages are written in JSON format.
Named autowiring helps to avoid circular dependencies.
Named autowiring lets us register multiple channels in a single logger.