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

Make logging code self-contained #13785

Merged
merged 5 commits into from
Sep 17, 2024
Merged

Commits on Sep 17, 2024

  1. Make logging code self-contained.

    Rewrite logging code to use python's builting QueueListener, effectively
    moving the logging process into a thread of the Frigate app.
    
    Also, wrap this behaviour in a easy-to-use context manager to encourage
    some consistency.
    gtsiam committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f5325e0 View commit details
    Browse the repository at this point in the history
  2. Fixed typing errors

    gtsiam committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2445d70 View commit details
    Browse the repository at this point in the history
  3. Remove todo note from log filter

    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    gtsiam and NickM-27 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2cbce00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b72375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa73c86 View commit details
    Browse the repository at this point in the history