Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle exceptions raised during log message formatting #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 30, 2022

  1. implement raiseExceptions aka throwExceptions

    If the package attribute
    raiseExceptions is False, exceptions get silently ignored. This is what
    is mostly wanted for a logging system - most users will not care about
    errors in the logging system, they are more interested in application
    errors.  ... (The default value of raiseExceptions is True, as that is
    more useful during development).
    John Ruckstuhl authored and John Ruckstuhl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f82df29 View commit details
    Browse the repository at this point in the history