Skip to content

lower log level if self-signed SSL certificate enabled

Rustam Lotsmanenko (EPAM) requested to merge reduce-self-signed-ssl-logs into master

If security.https.certificate.trust is set to true, we see warning logs on each request.

The level of warning is too high for this configuration, too many logs are produced and cannot be hidden by the global log config.

Edited by Rustam Lotsmanenko (EPAM)

Merge request reports