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

Alter log level of garbage collector message (fix #10172) #10173

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2024

  1. Alter log level of garbage collector message (fix hasura#10172)

    The garbage collector runs periodically to free unused memory with the
    default operation set to occur during quiet periods. In the event that
    a quiet period does not arise, the garbage collector is forced and a
    warning generated to inform users this has occured.
    
    As warnings require users to take action, this log message causes
    confusion. Therefore, the log level of the garbage collection message
    has been altered from LevelWarn to LevelInfo to provide information
    that this has occured without expectation of users to take action.
    typhonius committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    64652e5 View commit details
    Browse the repository at this point in the history