You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
The log level used in the IsHealthy method seems to be inconsistent across the various liveness checkers.
There might be some reasoning behind this, but if not then I think it would be preferable to decide on which log level to use and apply that to all the liveness checkers.
Some examples:
DynamoDb, NpgSql: Logs both success and exception as debug
Oracle: Logs success as debug and exception as warning
MySql, SqlServer: Logs success as information and exception as warning
The text was updated successfully, but these errors were encountered:
The log level used in the
IsHealthy
method seems to be inconsistent across the various liveness checkers.There might be some reasoning behind this, but if not then I think it would be preferable to decide on which log level to use and apply that to all the liveness checkers.
Some examples:
DynamoDb, NpgSql: Logs both success and exception as
debug
Oracle: Logs success as
debug
and exception aswarning
MySql, SqlServer: Logs success as
information
and exception aswarning
The text was updated successfully, but these errors were encountered: