mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-14 19:34:20 +01:00
Add --scrub-log flag to remove possibly sensitive information from the log
This commit is contained in:
@@ -71,6 +71,9 @@ public class App {
|
||||
parser.addArgument("--log-file")
|
||||
.type(File.class)
|
||||
.help("Write log output to the given file. If --verbose is also given, the detailed logs will only be written to the log file.");
|
||||
parser.addArgument("--scrub-log")
|
||||
.action(Arguments.storeTrue())
|
||||
.help("Scrub possibly sensitive information from the log, like phone numbers and UUIDs.");
|
||||
parser.addArgument("-c", "--config")
|
||||
.help("Set the path, where to store the config (Default: $XDG_DATA_HOME/signal-cli , $HOME/.local/share/signal-cli).");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user