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

Reduce logspam at info level #10504

Merged
merged 2 commits into from
Mar 12, 2022
Merged

Commits on Mar 8, 2022

  1. Software/EfbInterface: Remove logspam for RGB565_Z16 being unsupported

    This message would be logged, usually multiple times, for EVERY. SINGLE. PIXEL. That's pretty much useless and just makes the log unreadable. Plus, the current support (which acts as RGB8) is close enough that for end-user purposes, it's fine.  I don't think the hardware backends support RGB565_Z16 and its antialiasing functionality correctly either, but they don't have similar logspam.
    Pokechu22 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c657b80 View commit details
    Browse the repository at this point in the history
  2. Common/FileUtil: Change logging to debug level

    These messages hid other, more important, ones often.  I have left AttemptMaxTimesWithExponentialDelay and GetSysDirectory/SetSysDirectory as info, since those are called infrequently and can be useful to the end-user.
    Pokechu22 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0f3832d View commit details
    Browse the repository at this point in the history