corda/config
Christian Sailer 92d2e4ae38
Corda-1931 Asynchronous logging (#3989)
* Provide AsyncLoggingContextSelector that inhibits use of thread local storage

* Turn on async logging via log4j properties file

* Mention async logging in the documentation and also explain how to turn it off when required.

* Formatting

* Typo

* Add shutdown hook to flush loggers.

* code review rework

* Ring buffer size to 256kB

* Set maximal log file size to 100MB - should slow down the rolling of log files and give us a bit more history on the cluster.
The old limit of max 10GB of compressed log files still stands.
2018-10-02 10:33:17 +01:00
..
dev Corda-1931 Asynchronous logging (#3989) 2018-10-02 10:33:17 +01:00
prod CORDA-822 - JMX Jolokia instrumentation (#2197) 2017-12-08 16:27:12 +00:00
test Make logging available in IntelliJ between gradle clean and assemble (#929) 2017-06-28 09:54:09 +01:00