10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c05284 commit 642d877Copy full SHA for 642d877
doc/src/sgml/docguide.sgml
@@ -373,6 +373,16 @@ ADDITIONAL_FLAGS='-Xmx1500m'
373
swapping or will not work at all.
374
</para>
375
376
+ <para>
377
+ In its default configuration <productname>FOP</productname> will emit an
378
+ <literal>INFO</literal> message for each page. The log level can be
379
+ changed via <filename>~/.foprc</filename>:
380
+<programlisting>
381
+LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
382
+LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
383
+</programlisting>
384
+ </para>
385
+
386
<para>
387
Other XSL-FO processors can also be used manually, but the automated build
388
process only supports FOP.
0 commit comments