Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 7 Current »

The following represents a pseudo-schema for monitor configuration in systemConfig.xml:

<monitor mode="synchronous*|asynchronous" capacity="int" ring.size="power of 2" proxy="bytecode|JDK*" 
         wait.strategy="blocking*|yielding|sleeping|backoff|spin|timeout"         
         blocking.timeout="nanoseconds" spin.timeout="nanoseconds" yield.timeout="nanoseconds" 
         phased.blocking.type="lock|sleep" timestamp="formatted|unformatted|none" pattern=".." 
         timezone="Java timezone">
   <appenders>  
      <appender.xxxx/>
      ... 
   </appenders>
</monitor>

 

<appender.file roll.type="none*|size" roll.size="number of bytes"/>
<appender.console>