summaryrefslogtreecommitdiff
path: root/lib/libfrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfrr.c')
-rw-r--r--lib/libfrr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfrr.c b/lib/libfrr.c
index 6ebf837a1d..55d7784752 100644
--- a/lib/libfrr.c
+++ b/lib/libfrr.c
@@ -693,6 +693,9 @@ void frr_run(struct thread_master *master)
daemon_ctl_sock = -1;
}
+ /* end fixed stderr startup logging */
+ zlog_startup_stderr = false;
+
struct thread thread;
while (thread_fetch(master, &thread))
thread_call(&thread);