With the latest fern, syslog can be a config option instead of a build flag

This commit is contained in:
Daniel García
2019-03-29 20:27:20 +01:00
parent d9406b0095
commit c5832f2b30
4 changed files with 64 additions and 61 deletions

View File

@@ -275,6 +275,8 @@ make_config! {
log_mounts: bool, true, def, false;
/// Enable extended logging
extended_logging: bool, false, def, true;
/// Enable the log to output to Syslog
use_syslog: bool, false, def, false;
/// Log file path
log_file: String, false, option;
/// Log level