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 invalid use of buffer_overflow_handler in the example
FluentHandler does receive buffer_overflow_handler, and its value
should be a callable.
Since logging.Handler example already has handler module in the scope,
it will construct FluentHandler with meaningless buffer overflow
handler (TypeError is raised and ignored).
This change renames the example handler and cause NameError if there
is no handler definition.
0 commit comments