We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8880042 commit c9312abCopy full SHA for c9312ab
Resources/config/schema/monolog-1.0.xsd
@@ -54,6 +54,9 @@
54
<xsd:attribute name="notify" type="xsd:boolean" />
55
<xsd:attribute name="room" type="xsd:string" />
56
<xsd:attribute name="nickname" type="xsd:string" />
57
+ <xsd:attribute name="timeout" type="xsd:string" />
58
+ <xsd:attribute name="connection-timeout" type="xsd:string" />
59
+ <xsd:attribute name="persistent" type="xsd:boolean" />
60
<xsd:attribute name="dsn" type="xsd:string" />
61
<xsd:attribute name="client-id" type="xsd:string" />
62
<xsd:attribute name="use-ssl" type="xsd:boolean" />
0 commit comments