My Tomcat stout log file seems to fill up with millions of lines related to certificates, algorithm signatures etc. Basically my log file is 8gb and 99% of it looks similar to:
adding as trusted cert:
Subject: CN=SomeCNHere CA, O=SomeOHere Corporation, C=SomeCHere
Issuer: CN=SomeCNHere CA, O=SomeOHere Corporation, C=SomeCHere
Algorithm: RSA; Serial number: 0xcf08o5c34256a5bt427bf0eb6903054d0
Valid from Tue Nov 07 14:31:18 EST 2008 until Mon Dec 31 14:40:55 EST 2039
OR similar related logs regarding the algorithm signatures.
I cant seem to find any log settings that would cause this. I'm thinking maybe it is due to mis-configured trustStore settings or possibly some debug logs are on somewhere.
Where should I look to shut these types of logs off?
Thank you.