View Revisions: Issue #2514

Summary 0002514: Reduce Noisy Logging
Revision 2016-08-12 21:24 by mmichalek
Description Target node logging when there is a batch continuously failing can easily roll log files and otherwise obscure what's going on. Implement a mechanism to log the complete stack trace, etc. one time, and switch to DEBUG logging after that. See LogSuppressor.

MMM 8/212/2016: Refactored this in favor of org.jumpmind.util.SymRollingFileAppender. This was present in SymmetricDS 3.7.30 through 3.7.37.
Revision 2016-03-02 00:27 by mmichalek
Description Target node logging when there is a batch continuously failing can easily roll log files and otherwise obscure what's going on. Implement a mechanism to log the complete stack trace, etc. one time, and switch to DEBUG logging after that. See LogSuppressor.