Skip to content

Commit

Permalink
Do not persist --debug flag in preferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 13, 2024
1 parent 9840c51 commit b6585b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public TerminalPreferences withDefaults(final CommandLine input) {
this.setDefault("queue.upload.permissions.file.default", permission.getMode());
}
if(input.hasOption(TerminalOptionsBuilder.Params.debug.name())) {
this.setLogging("debug");
this.configureLogging("debug");
}
return this;
}
Expand Down

0 comments on commit b6585b9

Please sign in to comment.