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

Update Debug Logging #173

Merged
merged 3 commits into from
May 1, 2024
Merged

Update Debug Logging #173

merged 3 commits into from
May 1, 2024

Commits on Mar 27, 2024

  1. feat: add method to log Exceptions using default Serilog options

    Alos modified console sink to pad non-keyed messages with 3 characters of empty space
    andrew-welker committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    99d0b2e View commit details
    Browse the repository at this point in the history
  2. fix: use correct quotes

    andrew-welker committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    46b8e24 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix: add methods to set Error Log and File minimum level

    In some situations, like on VC-4, it is necessary to see verbose and debug messages in the error log/journalctl/file log. This change allows those values to be set using a method.
    andrew-welker committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7a4a91c View commit details
    Browse the repository at this point in the history