aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/docguide.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 35c4afc81ad..261952085e2 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -374,6 +374,16 @@ ADDITIONAL_FLAGS='-Xmx1500m'
</para>
<para>
+ In its default configuration <productname>FOP</productname> will emit an
+ <literal>INFO</literal> message for each page. The log level can be
+ changed via <filename>~/.foprc</filename>:
+<programlisting>
+LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
+</programlisting>
+ </para>
+
+ <para>
Other XSL-FO processors can also be used manually, but the automated build
process only supports FOP.
</para>