Skip to content

Commit 74ddca6

Browse files
committed
change stderr -> stdout pipe for warn/error/fatal logging
1 parent 670e334 commit 74ddca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/table_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func TestTable(t *testing.T) {
242242
trace.MatchDetails(`ydb\.(driver|table|discovery|retry|scheme).*`),
243243
ydb.WithNamespace("ydb"),
244244
ydb.WithOutWriter(os.Stdout),
245-
ydb.WithErrWriter(os.Stderr),
245+
ydb.WithErrWriter(os.Stdout),
246246
ydb.WithMinLevel(log.WARN),
247247
),
248248
ydb.WithTraceTable(

0 commit comments

Comments
 (0)