Updates to TRACE logging

This commit is contained in:
spencergibb
2021-03-12 18:50:04 -05:00
parent 03cdebcffd
commit 0c7472fc67

View File

@@ -59,7 +59,7 @@ public class ConfigClientTlsTests extends AbstractTlsSetup {
public void clientCertCanWork() {
try (TlsConfigClientRunner client = createConfigClient()) {
enableTlsClient(client);
client.property("logging.level.org.springframework.boot.context.config", "DEBUG");
client.property("logging.level.org.springframework.boot.context.config", "TRACE");
client.property("logging.level.org.springframework.cloud.config.client", "DEBUG");
client.start();
assertThat(client.getProperty("dumb.key")).isEqualTo("dumb-value");