Add "json_pretty" log format, currently the same as "json".
In a future version, "json" will be an alias for "json_compact" instead. GitHub issue #357.
This commit is contained in:
@@ -44,7 +44,8 @@ enum event_type {
|
||||
enum eventlog_format {
|
||||
EVLOG_SUDO,
|
||||
EVLOG_JSON,
|
||||
EVLOG_JSON_COMPACT
|
||||
EVLOG_JSON_COMPACT,
|
||||
EVLOG_JSON_PRETTY
|
||||
};
|
||||
|
||||
/* Eventlog flag values. */
|
||||
|
Reference in New Issue
Block a user