mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
Fix typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<param name="stringToMatch" value="Stop session for user" />
|
||||
</filter>
|
||||
<filter type="log4net.Filter.DenyAllFilter" />
|
||||
<param name="remoteAddress" value="FQDN or IP of server where Butler is running" />
|
||||
<param name="remoteAddress" value="FQDN or IP of server where Butler SOS is running" />
|
||||
<param name="remotePort" value="9997" />
|
||||
<param name="encoding" value="utf-8" />
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
@@ -30,7 +30,7 @@
|
||||
<param name="stringToMatch" value="connection Closed for session" />
|
||||
</filter>
|
||||
<filter type="log4net.Filter.DenyAllFilter" />
|
||||
<param name="remoteAddress" value="FQDN or IP of server where Butler is running" />
|
||||
<param name="remoteAddress" value="FQDN or IP of server where Butler SOS is running" />
|
||||
<param name="remotePort" value="9997" />
|
||||
<param name="encoding" value="utf-8" />
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
|
||||
Reference in New Issue
Block a user