File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [[ ! " ${*} " =~ " --console " ]]; then
1616 ARGS+=( daemon --no-tty )
1717fi
1818
19- ARGS+=( --log-encoder=json --log-level-stdout=" ${LOG_LEVEL_STDOUT:- DEBUG} " --log-level-canton=" ${LOG_LEVEL_CANTON:- DEBUG} " --log-file-appender=off --log-immediate-flush=" ${LOG_IMMEDIATE_FLUSH:- true } " --log-last-errors=false)
19+ ARGS+=( --log-encoder=json --log-level-stdout=" ${LOG_LEVEL_STDOUT:- DEBUG} " --log-level-canton=" ${LOG_LEVEL_CANTON:- DEBUG} " --log-file-appender=off --log-immediate-flush=" ${LOG_IMMEDIATE_FLUSH:- false } " --log-last-errors=false)
2020
2121if [ -f /app/logback.xml ]; then
2222 export JAVA_TOOL_OPTIONS=" -Dlogback.configurationFile=/app/logback.xml ${JAVA_TOOL_OPTIONS:- } "
Original file line number Diff line number Diff line change 9797 - Add a new config field to ``SvOnboardingConfig `` named ``unclaimedDevelopmentFundCouponsThreshold `` defining the
9898 threshold above which ``UnclaimedDevelopmentFundCoupon `` s are merged. The default value is set to 10.
9999
100+ - Deployments
101+
102+ - The default logger has been switched to use an asynchronous appender, for all the nodes, for better performance.
103+ The behavior can be switched back to synchronous logging by setting the environment variable `LOG_IMMEDIATE_FLUSH=true `.
104+
100105.. release-notes :: 0.5.6
101106
102107 - Sequencer
You can’t perform that action at this time.
0 commit comments