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

Replace print by the Python logging framework #2067

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

Commits on Jul 5, 2024

  1. Replace print by the Python logging framework

    We use the logger "fishtest" as configured in production.ini.
    
    For messages to the event log we use the child logger
    "fishtest.event", also configured in "production.ini".
    
    Log messages are formatted as follows:
    
    INFO [fishtest] [waitress-0:rundb.py:failed_task:1446] <...message...>
    
    Also: move scheduler to a separate file scheduler.py.
    vdbergh committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1bd09b6 View commit details
    Browse the repository at this point in the history