tmullender / ansible-maven-plugin

A Maven plugin to facilitate running Ansible adhoc commands and playbooks
MIT License
30 stars 10 forks source link

Configurable buffer size #6

Closed tmullender closed 9 years ago

tmullender commented 9 years ago

It should be possible to configure the size of the buffer used when logging the output of the Ansible process.

When using the logDirectory option, the output is buffered using the default JVM buffer size which can mean that a process that takes a while but produces little output may be complete before any logging is produced

tmullender commented 9 years ago

The buffer size now defaults to 1KB and can be configured using the system property: ansible.maven.buffer.size