master = thread_master_create();
- /*
- * Temporarily send zlog to stdout
- */
- zlog_default->maxlvl[ZLOG_DEST_STDOUT] = zlog_default->default_lvl;
- zlog_notice("Boot logging temporarily directed to stdout - begin");
-
zlog_notice("Quagga %s " PIMD_PROGNAME " %s starting",
QUAGGA_VERSION, PIMD_VERSION);
pim_init();
/*
- * reset zlog default, then will obey configuration file
- */
- zlog_notice("Boot logging temporarily directed to stdout - end");
-#if 0
- /* this would disable logging to stdout, but config has not been
- loaded yet to reconfig the logging output */
- zlog_default->maxlvl[ZLOG_DEST_STDOUT] = ZLOG_DISABLED;
-#endif
-
- /*
- Initialize zclient "update" and "lookup" sockets
+ * Initialize zclient "update" and "lookup" sockets
*/
pim_zebra_init(zebra_sock_path);