Implementing switch --no-logging (#4484)

This commit is contained in:
Miroslav Stampar
2022-03-25 19:10:46 +01:00
parent 582bb2fec9
commit e2f48a9346
5 changed files with 25 additions and 12 deletions

View File

@@ -833,10 +833,14 @@ dependencies = False
# Valid: True or False
disableColoring = False
# Display list of available tamper scripts
# Display list of available tamper scripts.
# Valid: True or False
listTampers = False
# Disable logging to a file.
# Valid: True or False
noLogging = False
# Work in offline mode (only use session data)
# Valid: True or False
offline = False