- **status**: unassigned --> accepted
- **assigned_to**: Krishna Pawar


---

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

**Status:** accepted
**Milestone:** 5.18.09
**Created:** Tue May 08, 2018 11:29 AM UTC by elunlen
**Last Updated:** Thu Aug 30, 2018 12:45 PM 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.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to