mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Add json_compact log type for compact/minified JSON.
The "json_compact" log type logs one event per line in compact/minified JSON format. GitHub issue #357.
This commit is contained in:
@@ -338,6 +338,7 @@ enum def_tuple {
|
||||
kernel,
|
||||
sudo,
|
||||
json,
|
||||
json_compact,
|
||||
dso,
|
||||
trace
|
||||
};
|
||||
|
Reference in New Issue
Block a user