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

Add minimal fixes to get logging working #184

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

Commits on Jul 28, 2022

  1. Add minimal fixes to get logging working

    There was previously no central initializing of handlers for logging, so
    only WARNING and higher was getting logged and without a modicum of
    formatting.
    
    Add a centralized _logging module to initialize the base logger. This
    gets called at the two app entrypoints: snakebids.admin:main and upon
    initialization of SnakebidsApp
    pvandyken committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    29815f0 View commit details
    Browse the repository at this point in the history