We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56beea commit 8f3a9deCopy full SHA for 8f3a9de
ydb/library/yql/tools/dqrun/lib/dqrun_lib.cpp
@@ -90,6 +90,7 @@ TDqRunTool::TDqRunTool()
90
GetRunOptions().ResultStream = &Cout;
91
GetRunOptions().ResultsFormat = NYson::EYsonFormat::Text;
92
GetRunOptions().CustomTests = true;
93
+ GetRunOptions().Verbosity = TLOG_INFO;
94
95
GetRunOptions().AddOptExtension([this](NLastGetopt::TOpts& opts) {
96
0 commit comments