We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e088106 commit 217d54eCopy full SHA for 217d54e
docs/src/release_notes.rst
@@ -97,6 +97,11 @@
97
- Add a new config field to ``SvOnboardingConfig`` named ``unclaimedDevelopmentFundCouponsThreshold`` defining the
98
threshold above which ``UnclaimedDevelopmentFundCoupon`` s are merged. The default value is set to 10.
99
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
105
.. release-notes:: 0.5.6
106
107
- Sequencer
0 commit comments