Skip to content

Commit 642d877

Browse files
committed
docs: Explain how to silence overly verbose messages by fop
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/20230324194701.dqkzcdtlcikseo22@awork3.anarazel.de
1 parent 3c05284 commit 642d877

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/docguide.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,16 @@ ADDITIONAL_FLAGS='-Xmx1500m'
373373
swapping or will not work at all.
374374
</para>
375375

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+
376386
<para>
377387
Other XSL-FO processors can also be used manually, but the automated build
378388
process only supports FOP.

0 commit comments

Comments
 (0)