We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc85b34 commit 42262f8Copy full SHA for 42262f8
logging_test.go
@@ -37,7 +37,6 @@ func TestLogging(t *testing.T) {
37
for _, level := range []string{DEBUG, INFO, WARN, ERROR} {
38
l := NewClient("").Logging()
39
l.Level = DEBUG
40
- l.BatchSize = 1
41
switch level {
42
case DEBUG:
43
l.Debug("%s", DEBUG)
0 commit comments