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 @@ -373,6 +373,16 @@ ADDITIONAL_FLAGS='-Xmx1500m' swapping or will not work at all. + + In its default configuration FOP will emit an + INFO message for each page. The log level can be + changed via ~/.foprc: + +LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog +LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN + + + Other XSL-FO processors can also be used manually, but the automated build process only supports FOP.