When set to true causes the Wrapper to implicitly flush stdout after
each line of output is sent to the console. For normal operation,
this does not appear to be necessary. But users who are piping the
console output of the Wrapper process into another application have
reported that the console output was not being flushed in real time.
Defaults to false.
Example: |
wrapper.console.flush=false
|
|