File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
service/plugin/src/main/java/com/solace/maas/ep/event/management/agent/plugin/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ private void configureDefaultTrustStore(Properties properties) {
141141 }
142142
143143 if (!environmentUtil .isCustomCACertPresent ()) {
144- log .debug ("Custom CA certificates not present. Skipping explicit default truststore configuration." );
144+ log .info ("Custom CA certificates not present. Skipping explicit default truststore configuration." );
145145 return ;
146146 }
147147
@@ -162,7 +162,7 @@ void setDefaultTrustStore(Properties properties) {
162162 return ;
163163 }
164164
165- log .debug ("Custom CA certificates present. Explicitly configuring EVMR connection to use default truststore: {}" , defaultTrustStorePath );
165+ log .info ("Custom CA certificates present. Explicitly configuring EVMR connection to use default truststore: {}" , defaultTrustStorePath );
166166 properties .setProperty (SolaceProperties .TransportLayerSecurityProperties .TRUST_STORE_PATH , defaultTrustStorePath .toString ());
167167 }
168168
You can’t perform that action at this time.
0 commit comments