Skip to content

Commit

Permalink
Merge 287b4a5 into 73359a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjection authored Feb 29, 2024
2 parents 73359a7 + 287b4a5 commit 491ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/config/init/init_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ struct TCommonAppOptions {
opts.AddLongOption("log-format", "log format to use; short skips the priority and timestamp")
.DefaultValue("full").OptionalArgument("full|short|json")
.Handler(new TWithDefaultOptHandler(&LogFormat));
opts.AddLongOption("syslog", "send to syslog instead of stderr").SetFlag(&SysLogEnabled);
opts.AddLongOption("syslog", "send to syslog instead of stderr").NoArgument().SetFlag(&SysLogEnabled);
opts.AddLongOption("syslog-service-tag", "unique tag for syslog").RequiredArgument("NAME").StoreResult(&SysLogServiceTag);
opts.AddLongOption("log-file-name", "file name for log backend").RequiredArgument("NAME").StoreResult(&LogFileName);
opts.AddLongOption("tcp", "start tcp interconnect").NoArgument().SetFlag(&TcpEnabled);
Expand Down

0 comments on commit 491ef39

Please sign in to comment.