dangerzone/dangerzone
deeplow b9dc882663
CLI: prefix non-INFO logs with log type
In non-development mode, the CLI shows the user information via the INFO
log level. The message is shown directly without [INFO] as a prefix.
Otherwise it would quickly get annoying to the user seeing [INFO] on
every line of a CLI application.

However, if an error happens it's important for the user to recognize
it's an error or a warning. This commit prints the log level in these
cases.
2023-01-16 14:58:13 +00:00
..
gui GUI: Add version to header bar 2023-01-16 14:39:27 +00:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
args.py Security: cli wildcard injection mitigation 2022-11-14 08:53:38 +00:00
cli.py CLI: prefix non-INFO logs with log type 2023-01-16 14:58:13 +00:00
container.py Implement 'move to subdir' logic & store in settings 2022-11-24 11:16:30 +00:00
document.py Prevent adding duplicate documents 2022-11-30 12:49:18 +00:00
errors.py Prevent adding duplicate documents 2022-11-30 12:49:18 +00:00
logic.py Prevent adding duplicate documents 2022-11-30 12:49:18 +00:00
settings.py Implement 'move to subdir' logic & store in settings 2022-11-24 11:16:30 +00:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00