Skip to content

Commit 003d8e6

Browse files
authored
Remove NYT::CreateStdErrLogger method from query_replay_yt (#18445)
1 parent abc837b commit 003d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tools/query_replay_yt/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ static NYT::TTableSchema OutputSchema() {
235235
REGISTER_NAMED_MAPPER("Query replay mapper", TQueryReplayMapper);
236236

237237
int main(int argc, const char** argv) {
238+
NYT::TConfig::Get()->LogLevel = NYT::NLogLevel::Info;
238239
NYT::Initialize(argc, argv);
239240

240241
TQueryReplayConfig config;
@@ -279,7 +280,6 @@ int main(int argc, const char** argv) {
279280
}
280281

281282
auto client = NYT::CreateClient(config.Cluster);
282-
NYT::SetLogger(NYT::CreateStdErrLogger(NYT::ILogger::ELevel::INFO));
283283

284284
NYT::TMapOperationSpec spec;
285285
spec.AddInput<NYT::TNode>(config.SrcPath);

0 commit comments

Comments
 (0)