You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid warning when attempting to add a second console appender
Starting a rails server that already features a console appender results in the following warning:
``
2022-02-02 18:52:19.697203 W [386462:52820] SemanticLogger::Appenders -- Ignoring attempt to add a second console appender: SemanticLogger::Appender::IO since it would result in duplicate console output.
``
This change fixes it.
0 commit comments