Updates:
Status: Fixed
Comment #1 on issue 2151 by brainslog: Move Diameter Stack statistics
logging to TRACE level
http://code.google.com/p/mobicents/issues/detail?id=2151
This issue was closed by revision r15456. Moved logger to trace level plus optimizations:- Verify if is loggable (even using SLF4J, it's better, so record.toString() is not called)
- Cache logger objects - Externalize strings for better perf and mem usage - Moved default logging interval and pause to 30s instead of 5s
