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
Feature: add an option for a custom formatter in logging setup (#10)
* feat(logging): setup support user-given formatters
Allow the user to provide a custom formatter class to replace the
default `logging.Formatter`. This should allow more flexibility to
customize the logs output.
The `format` argument is kept for backward compatibility.
* test(logging): ensure setup's formatter is handled
Test that the user can set a custom formatter in `clapper.logging.setup`
0 commit comments