summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2020-02-17 16:10:56 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2020-02-17 16:10:56 -0700
commitfb8cc5954affa221be46930b18ddb689566f1648 (patch)
treece3da43833c789ed46f81cce5b54272b2390e325 /examples
parentc535f32f9cc3a0763dc68766e1a1dee51240a6e8 (diff)
downloadsudo-fb8cc5954affa221be46930b18ddb689566f1648.tar.gz
Add support for JSON logging in sudo_logsrvd.
Diffstat (limited to 'examples')
-rw-r--r--examples/sudo_logsrvd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sudo_logsrvd.conf b/examples/sudo_logsrvd.conf
index 8a9baad5b..f43e8ad85 100644
--- a/examples/sudo_logsrvd.conf
+++ b/examples/sudo_logsrvd.conf
@@ -114,7 +114,8 @@
#log_type = syslog
# Event log format.
-# Currently only sudo-style event logs are supported.
+# Supported log formats are "sudo" and "json"
+# Defaults to sudo
#log_format = sudo
[syslog]