INT-4187: Add enable-status-reader for tailer to XSD

JIRA: https://jira.spring.io/browse/INT-4187
This commit is contained in:
Artem Bilan
2016-12-19 16:10:16 -05:00
parent d2f4b27f92
commit f7def2d1de

View File

@@ -234,6 +234,17 @@ Only files matching this regular expression will be picked up by this adapter.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="enable-status-reader" default="true">
<xsd:annotation>
<xsd:documentation>
Configure the adapter to either start a thread for capturing stderr or not.
Default: True
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:union memberTypes="xsd:boolean xsd:string"/>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="file" type="xsd:string">
<xsd:annotation>
<xsd:documentation>