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
Currently slog package a logger only support one handler.
For most language like python, A log module should be sent to multiple targets for output simultaneously for a logger. This feature is necessary, I propose adding multiple handlers support for logger.
cc @golang/proposal-review
thisisthemurph, fishjam, qdongxu, davedailem, andykram and 35 more