Skip to content

Commit

Permalink
Enable logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov authored and kpavlov committed Jan 22, 2022
1 parent 2c00f22 commit fabb07b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public Iso8583Client<IsoMessage> iso8583Client() throws IOException {
final SocketAddress socketAddress = new InetSocketAddress(host, port);

final var configuration = ClientConfiguration.newBuilder()
// .addLoggingHandler()
.addLoggingHandler(true)
.idleTimeout(idleTimeout)
.logSensitiveData(false)
.workerThreadsCount(2)
Expand Down

0 comments on commit fabb07b

Please sign in to comment.