From 642d8779768ecddc2917747940885d11f844f6e9 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 24 Mar 2023 14:18:40 -0700 Subject: [PATCH] docs: Explain how to silence overly verbose messages by fop Reviewed-by: Tom Lane Discussion: https://postgr.es/m/20230324194701.dqkzcdtlcikseo22@awork3.anarazel.de --- doc/src/sgml/docguide.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 35c4afc81a..261952085e 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.