commit 3f1b42f3b87e64f384aa9fc508d8ef9dfd59b56c Author: Jiri Popelka Date: Tue Jan 28 18:32:58 2014 +0100 firewalld.richlanguage(5): default log level diff --git a/doc/xml/firewalld.richlanguage.xml b/doc/xml/firewalld.richlanguage.xml index f33dbbc..52cf71d 100644 --- a/doc/xml/firewalld.richlanguage.xml +++ b/doc/xml/firewalld.richlanguage.xml @@ -223,7 +223,7 @@ log [prefix="prefix text"] [level="log level"] [limit value="rate/duration"] - Log new connection attempts to the rule with kernel logging for example in syslog. You can define a prefix text that will be added to the log message as a prefix. Log level can be one of "", "", "", "", "", "", "" or "". See syslog3 for description of levels. + Log new connection attempts to the rule with kernel logging for example in syslog. You can define a prefix text that will be added to the log message as a prefix. Log level can be one of "", "", "", "", "", "", "" or "", where default (i.e. if there's no one specified) is "". See syslog3 for description of levels. It is possible to limit logging: The rate is a natural positive number [1, ..], the duration is of "s", "m", "h", "d". "s" means seconds, "m" minutes, "h" hours and "d" days. The maximum limit value is "1/d" which means at maximum one log entry per day.