- **status**: accepted --> review


---

** [tickets:#2849] smf: Incorrect logging may flood syslog**

**Status:** review
**Milestone:** 5.18.09
**Created:** Tue May 08, 2018 11:29 AM UTC by elunlen
**Last Updated:** Thu Sep 06, 2018 07:43 AM UTC
**Owner:** Krishna Pawar


In function getNodeDestination() in SmfUtils there is a:
LOG_NO("%s: className '%s'", __FUNCTION__, className);
That should be changed to a TRACE or removed.

It is printed in a loop that may go on for 10 seconds with a delay of 2 seconds 
meaning that this printout may happen 5 times. The problem however, is that 
this function is called in aloop by waitForNodeDestination() . The logging is 
not done at very high speed though. One log every 2 seconds




---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to