Closed jmacd closed 1 year ago
This avoids two logger.Error statements, downgrades them to info statements. This produces a lot less logging volume for us because it does not log stacktraces for non-error events.
logger.Error
This avoids two
logger.Error
statements, downgrades them to info statements. This produces a lot less logging volume for us because it does not log stacktraces for non-error events.