Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 6b03162

Browse files
committed
Make logging level at ERROR by default
1 parent c6fd8bf commit 6b03162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/danga/MemCached/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected Logger( String name, int level ) {
5555

5656
protected Logger( String name ) {
5757
this.name = name;
58-
this.level = LEVEL_INFO;
58+
this.level = LEVEL_ERROR;
5959
this.initialized = true;
6060
}
6161

0 commit comments

Comments
 (0)