It seems that we only have LogFlushLevel according to the wiki and --list-config-vars:
Code: Select all
spring --list-config-vars | grep LogFlush
"LogFlushLevel": {
"description": "Flush the logfile when level of message is above LogFlushLevel. i.e. ERROR is flushed as default, WARNING isn't.",
If not, how to achieve the same functionality?