Skip to content

Commit

Permalink
[java] Adding name for "configure logging" option
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 15, 2019
1 parent fcc43e2 commit 3c6c432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class BaseServerFlags {
@ConfigValue(section = "server", name = "max-threads")
private int maxThreads = Runtime.getRuntime().availableProcessors() * 3;

@Parameter(description = "Configure logging", hidden = true, arity = 1)
@Parameter(description = "Configure logging", hidden = true, names = "--configure-logging", arity = 1)
@ConfigValue(section = "logging", name = "enable")
private boolean configureLogging = true;

Expand Down

0 comments on commit 3c6c432

Please sign in to comment.