mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 04:40:05 +01:00
Add --debug-json switch and log level.
The JSON structures should not be printed by default to debug log. This flag introduces new debug level that prints JSON structures and keeps default debug output separate.
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#define DEFAULT_WIPE_BLOCK 1048576 /* 1 MiB */
|
||||
|
||||
extern int opt_debug;
|
||||
extern int opt_debug_json;
|
||||
extern int opt_verbose;
|
||||
extern int opt_batch_mode;
|
||||
extern int opt_force_password;
|
||||
|
||||
Reference in New Issue
Block a user