Skip to content

Commit

Permalink
Adds logging to config server tls tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Mar 13, 2021
1 parent 0c7472f commit d06ab15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private static void startConfigServer() {
server.enableTls();
server.setKeyStore(serverCert, KEY_STORE_PASSWORD, "server", KEY_PASSWORD);
server.setTrustStore(caCert, KEY_STORE_PASSWORD);
server.property("logging.level.org.springframework.cloud.config.server", "TRACE");

server.start();
}
Expand Down

0 comments on commit d06ab15

Please sign in to comment.