INT-4187: Add enable-status-reader for tailer to XSD
JIRA: https://jira.spring.io/browse/INT-4187
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user