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

chore(subsystems/discord): catch runtime exception and log only message #5063

Merged
merged 3 commits into from
Aug 26, 2022

Commits on Aug 21, 2022

  1. fix(subsystems/discord): catch runtime exception and log only message

    I noticed full stracktraces being logged from the subsystem for Discord
    due to missing sockets or files. These come from runtime exceptions that
    we don't catch.
    
    I think that the respective error message is sufficient (in most cases)
    to inform that the Discord subsystem could not be loaded. This reduces
    the log spam during startup.
    skaldarnar committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    52d060d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    920c1bc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. remove unused import

    skaldarnar authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5f96904 View commit details
    Browse the repository at this point in the history