summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Gerus <arachnist@i.am-a.cat>2013-08-25 22:21:47 +0200
committerRobert Gerus <arachnist@i.am-a.cat>2013-08-25 22:21:47 +0200
commitf2fbe53c7de9a37cc0c94d2a6e394acc543baf8b (patch)
tree75ef51eeedf0556b2c694468d8a59090529e19f3
parentca6e73bcbfd49bbd89515e2706bc2efac89e59be (diff)
downloadhs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.gz
hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.bz2
hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.xz
hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.zip
Fix errors in logging rules
-rw-r--r--rules.d/00-log.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.d/00-log.rules b/rules.d/00-log.rules
index 5cc3ef6..057e2ca 100644
--- a/rules.d/00-log.rules
+++ b/rules.d/00-log.rules
@@ -1,5 +1,5 @@
table <loghosts> persist
-pass all from <loghosts> to any log
-pass all from any to <loghosts> log
+pass log all from <loghosts> to any
+pass log all from any to <loghosts>