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

Create a dynamic logger (Fixes #1181) #2245

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 5, 2024

  1. Add debug-related files to .gitignore

    Ignored log and state files generated during Juno debugging in VS Code.
    Prevents clutter and accidental commits of temporary debug files.
    derrix060 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3e1dcf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Add runtime log level control via HTTP (Fix #1181)

    Introduce HTTP server to dynamically adjust log levels at runtime.
    Refactor log level handling to use a new LogLevel struct.
    Update tests and documentation to reflect these changes.
    
    Enhances logging flexibility and improves runtime configurability.
    derrix060 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    55eb191 View commit details
    Browse the repository at this point in the history