Table 28 Cache Cluster Logging Properties
● 4-9: All the above plus internal debugging messages (the higher the number, the more the messages) java.property.tangosol.coherence.log
●
●
● jdk (Requires JDK 1.4 or later)
● log4j (Requires log4j libraries to be in the classpath)If you specify jdk or log4j you must also perform appropriate configuration of the JDK or Apache log4J logging libraries.Default is stderr. java.property.tangosol.coherence.log.limit Specifies the maximum number of characters that the logger daemon processes from the message queue before discarding all remaining messages in the queue.The message that causes the total number of characters to exceed the maximum is not truncated.All discarded messages are summarized by the logging system with a single log entry detailing the number of discarded messages and their total size. When the queue empties, the logger is reset and subsequent messages are again logged.The purpose of this setting is to avoid a situation where logging can itself prevent recovery from a failing condition, for example by contributing to timing issues.Logging occurs on a dedicated low-priority thread to further reduce its impact on the critical portions of the system.
Copyright © TIBCO Software Inc. All Rights Reserved.