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

Fix the log levels mapping #597

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open

Fix the log levels mapping #597

wants to merge 3 commits into from

Commits on Aug 29, 2024

  1. Fix the log levels mapping

    The libssh provides the most verbose logging with SSH_LOG_TRACE, which
    was not mapped to any of the standard values so the users are unable
    to get full debug logs. These are critical for libssh developers to be
    able to investigate issues.
    
    Signed-off-by: Jakub Jelen <[email protected]>
    Jakuje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6ec83e2 View commit details
    Browse the repository at this point in the history
  2. test for setting log level

    Signed-off-by: Jakub Jelen <[email protected]>
    Jakuje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1373b8 View commit details
    Browse the repository at this point in the history
  3. Add changelog fragment

    Signed-off-by: Jakub Jelen <[email protected]>
    Jakuje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6d1f467 View commit details
    Browse the repository at this point in the history