Skip to content

Commit 79d3cfc

Browse files
committed
change log level to ERROR
1 parent f27f92f commit 79d3cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/native/query/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func NewStorage(ctx context.Context, cfg *config.Config, poolSize int) (*Storage
7272
db, err := ydb.Open(ctx,
7373
cfg.Endpoint+cfg.DB,
7474
ydb.WithSessionPoolSizeLimit(poolSize),
75-
ydb.WithLogger(log.Default(os.Stderr, log.WithMinLevel(log.WARN)), trace.DetailsAll),
75+
ydb.WithLogger(log.Default(os.Stderr, log.WithMinLevel(log.ERROR)), trace.DetailsAll),
7676
)
7777
if err != nil {
7878
return nil, err

0 commit comments

Comments
 (0)