Skip to content

Commit

Permalink
WIP use verboe logging in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Marshall <[email protected]>
  • Loading branch information
lmars committed Jul 16, 2024
1 parent 7a25adf commit 7d3e2ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/test/java/io/ably/lib/test/common/Setup.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import io.ably.lib.types.ClientOptions;
import io.ably.lib.types.ErrorInfo;
import io.ably.lib.types.PresenceMessage;
import io.ably.lib.util.Log;
import io.ably.lib.util.Serialisation;
import io.ably.lib.debug.DebugOptions;

Expand Down Expand Up @@ -160,6 +161,7 @@ public void fillInOptions(ClientOptions opts, TestParameters params) {
opts.port = port;
opts.tlsPort = tlsPort;
opts.tls = tls;
opts.logLevel = Log.VERBOSE;
}
}

Expand Down

0 comments on commit 7d3e2ba

Please sign in to comment.