You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by remkop <gi...@git.apache.org> on 2017/11/14 13:20:41 UTC

[GitHub] logging-log4j2 issue #130: How can I use CachedClock

Github user remkop commented on the issue:

    https://github.com/apache/logging-log4j2/pull/130
  
    In your `log4j2.component.properties` file, properties do not need to be prefixed with `-D`. So please change `-DAsyncLoggerConfig.RingBufferSize=5121024` to `AsyncLoggerConfig.RingBufferSize=5121024`.
    
    Also, the default clock is the system clock. If you want exact timestamps there is no need to configure a clock. 


---