Skip to content

Commit 8f3a9de

Browse files
authored
Use INFO log level by default in dqrun (#16851)
1 parent d56beea commit 8f3a9de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/tools/dqrun/lib/dqrun_lib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ TDqRunTool::TDqRunTool()
9090
GetRunOptions().ResultStream = &Cout;
9191
GetRunOptions().ResultsFormat = NYson::EYsonFormat::Text;
9292
GetRunOptions().CustomTests = true;
93+
GetRunOptions().Verbosity = TLOG_INFO;
9394

9495
GetRunOptions().AddOptExtension([this](NLastGetopt::TOpts& opts) {
9596

0 commit comments

Comments
 (0)