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

Option to enable debug logs #206

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Option to enable debug logs #206

merged 3 commits into from
Dec 27, 2023

Commits on Dec 26, 2023

  1. Option to enable debug logs

    piotrwach committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4482e1d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. enforce Rust 2021 style

    Byron committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    45d886a View commit details
    Browse the repository at this point in the history
  2. feat: add --log-file flag to keep track of some debug info, which i…

    …ncludes panics.
    
    Previously, when `dua i` was used, panics would be hard to observe, if at all,
    as they would print to the alternate screen. Now, when the `--log-file dua.log`
    is specified, the panic will be emitted into the log file instead and thus won't
    be lost anymore.
    
    This may help with debugging in future.
    Byron committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6fbe17f View commit details
    Browse the repository at this point in the history