Todd C. Miller
|
f40b4c2887
|
Open event log at config time instead of open/close for each entry.
If logging via syslog, do the openlog() at config time instead.
We still lock the log file prior to writing to it but unlock
immediately after.
|
2020-02-22 16:13:56 -07:00 |
|
Todd C. Miller
|
982c003b8d
|
Add support for JSON structured logging using syslog.
Note that depending on the system, the default syslog buffer
may not be large enough to store all the logging data.
|
2020-02-17 16:25:18 -07:00 |
|
Todd C. Miller
|
5781a6a4cf
|
Add support for JSON logging in sudo_logsrvd.
|
2020-02-17 16:10:56 -07:00 |
|
Todd C. Miller
|
486ee2b71f
|
debug_decl and debug_decl_vars now require a semicolon at the end.
|
2019-12-22 08:48:16 -07:00 |
|
Todd C. Miller
|
76eec78a33
|
Add basic support for event logging using a sudo-style log format.
|
2019-10-24 20:04:32 -06:00 |
|