mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Logging: uses writev instead of in-buffer magic
This commit is contained in:
@@ -66,7 +66,7 @@ log_file:
|
||||
this_log->filename = $2;
|
||||
}
|
||||
| SYSLOG syslog_name { this_log->rf = NULL; new_config->syslog_name = $2; }
|
||||
| STDERR { this_log->rf = &rf_stderr; }
|
||||
| STDERR { this_log->rf = &rf_stderr; this_log->terminal_flag = 1; }
|
||||
;
|
||||
|
||||
log_mask:
|
||||
|
||||
Reference in New Issue
Block a user