2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add support for file log line wrapping in libeventlog.

This commit is contained in:
Todd C. Miller
2020-10-26 16:16:46 -06:00
parent d899fe5936
commit fdae4bdbbb
12 changed files with 128 additions and 74 deletions

View File

@@ -589,6 +589,7 @@ init_eventlog_config(void)
eventlog_set_syslog_rejectpri(def_syslog_badpri);
eventlog_set_syslog_alertpri(def_syslog_badpri);
eventlog_set_syslog_maxlen(def_syslog_maxlen);
eventlog_set_file_maxlen(def_loglinelen);
eventlog_set_mailuid(mailuid);
eventlog_set_omit_hostname(!def_log_host);
eventlog_set_logpath(def_logfile);