Blame SOURCES/firewalld-0.3.9-RHBZ#993740_3f1b42f3.patch

36ae71
commit 3f1b42f3b87e64f384aa9fc508d8ef9dfd59b56c
36ae71
Author: Jiri Popelka <jpopelka@redhat.com>
36ae71
Date:   Tue Jan 28 18:32:58 2014 +0100
36ae71
36ae71
    firewalld.richlanguage(5): default log level
36ae71
36ae71
diff --git a/doc/xml/firewalld.richlanguage.xml b/doc/xml/firewalld.richlanguage.xml
36ae71
index f33dbbc..52cf71d 100644
36ae71
--- a/doc/xml/firewalld.richlanguage.xml
36ae71
+++ b/doc/xml/firewalld.richlanguage.xml
36ae71
@@ -223,7 +223,7 @@ log [prefix="prefix text"] [level="log level"] [limit value="rate/duration"]
36ae71
 	</programlisting>
36ae71
       </para>
36ae71
       <para>
36ae71
-	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 "<option>emerg</option>", "<option>alert</option>", "<option>crit</option>", "<option>error</option>", "<option>warning</option>", "<option>notice</option>", "<option>info</option>" or "<option>debug</option>". See <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> for description of levels.
36ae71
+	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 "<option>emerg</option>", "<option>alert</option>", "<option>crit</option>", "<option>error</option>", "<option>warning</option>", "<option>notice</option>", "<option>info</option>" or "<option>debug</option>", where default (i.e. if there's no one specified) is "<option>warning</option>". See <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> for description of levels.
36ae71
       </para>
36ae71
       <para>
36ae71
 	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.