mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
92d2e4ae38
* 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.
17 lines
577 B
Properties
17 lines
577 B
Properties
gradlePluginsVersion=4.0.29
|
|
kotlinVersion=1.2.51
|
|
# When adjusting platformVersion upwards please also modify CordaRPCClientConfiguration.minimumServerProtocolVersion \
|
|
# if there have been any RPC changes. Also please modify InternalMockNetwork.kt:MOCK_VERSION_INFO and NodeBasedTest.startNode
|
|
platformVersion=4
|
|
guavaVersion=25.1-jre
|
|
proguardVersion=6.0.3
|
|
bouncycastleVersion=1.60
|
|
disruptorVersion=3.4.2
|
|
typesafeConfigVersion=1.3.1
|
|
jsr305Version=3.0.2
|
|
artifactoryPluginVersion=4.7.3
|
|
snakeYamlVersion=1.19
|
|
caffeineVersion=2.6.2
|
|
metricsVersion=3.2.5
|
|
metricsNewRelicVersion=1.1.1
|