diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-01-24 17:10:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-24 17:10:07 -0500 |
| commit | 761d8b29dd300936ec84af371b32f4cc1040f822 (patch) | |
| tree | 84daf86d7cd844d190ed1ba23b6ee37a57981a6d /lib/command.c | |
| parent | c8d3e7955417ac882dd9b078011c52ee97c3577a (diff) | |
| parent | d4160947d9e7c17de32f950212b6a5a5e536bf27 (diff) | |
Merge pull request #3668 from opensourcerouting/fix-file-and-syslog
[master] fix "log file" + "log syslog"
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command.c b/lib/command.c index cae7054467..06879f6854 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2515,8 +2515,6 @@ DEFUN (config_log_syslog, { int idx_log_levels = 2; - disable_log_file(); - if (argc == 3) { int level; if ((level = level_match(argv[idx_log_levels]->arg)) |
