From 4278dd2c583624b1cd82e9e47a449565c50c3d74 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Tue, 26 Jan 2021 19:11:56 +0900 Subject: [PATCH] Output wiretap log properly fixes #54 --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 175ee39..dc180e5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,3 @@ spring.main.banner-mode=off logging.level.root=off +logging.level.reactor.netty.tcp.TcpClient=DEBUG \ No newline at end of file