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

Control logging via command line or environment variable #1163

Merged
merged 1 commit into from
Sep 11, 2022

Commits on Sep 11, 2022

  1. Control logging via command line and environment variables

    Nheko is very chatty in its log output, generating log noise (which
    complicates diagnostics) and needless disk writes (which affect power
    consumption and SSD life).  This patch introduces command line options
    and environment variables to control log levels and output type.
    
    The old --debug command line option still works, at least for now.
    It is overridden by the new command line options when they are used.
    
    Partially addresses Nheko-Reborn#665.
    Forest committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    80f7683 View commit details
    Browse the repository at this point in the history