Skip to content

Commit c1f23c4

Browse files
committed
disable http logging in tests by default
1 parent ba79b4a commit c1f23c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/getstream/chat/java/BasicTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static void setProperties() {
208208
// Keep CI logs readable by default; callers can still override this for local debugging.
209209
System.setProperty(
210210
"io.getstream.chat.debug.logLevel",
211-
System.getProperty("io.getstream.chat.debug.logLevel", "BASIC"));
211+
System.getProperty("io.getstream.chat.debug.logLevel", "NONE"));
212212
}
213213

214214
protected static List<ChannelMemberRequestObject> buildChannelMembersList() {

0 commit comments

Comments
 (0)