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

[CENNSO-2033] rework logging #219

Merged
merged 4 commits into from
May 15, 2024
Merged

[CENNSO-2033] rework logging #219

merged 4 commits into from
May 15, 2024

Commits on May 13, 2024

  1. [ct] change the outstanding_requests setting in the Rf and Gy suite

    The setting is used by the rate limit checks. However, those tests are
    designed to check for handling the rate limit only. The outstanding
    requests limits is not checked and hitting it interferes with the rate
    limit check, leading to spurious failure.
    
    Raise the value to a limit that it will no longer affect the rate
    limit tests.
    RoadRunnr committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c961d15 View commit details
    Browse the repository at this point in the history
  2. [log] rework logging of EXIT and DOWN events in session

    The session process can not get an `EXIT` event from the owner since
    it is never linked to it. This is a left over from very ancient
    version of the session logic. Removed.
    
    Include the session information in the log for a `DOWN` event.
    RoadRunnr committed May 13, 2024
    Configuration menu
    Copy the full SHA
    56a6f71 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. [log] clean up logging

    * change logs to lebel debug that where intendet for debugging only,
      but where not using the debug level
    * remove obsolete debug logs
    * clarify some non-debug logs
    RoadRunnr committed May 14, 2024
    Configuration menu
    Copy the full SHA
    853828c View commit details
    Browse the repository at this point in the history
  2. [srv] change handling of reference counting underflow

    A reference count underflow indicates a logic bug in the reference
    counting logic. Log it with proper criticallity, but otherwise try to
    continue.
    RoadRunnr committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f605150 View commit details
    Browse the repository at this point in the history