docs: Explain how to silence overly verbose messages by fop
authorAndres Freund
Fri, 24 Mar 2023 21:18:40 +0000 (14:18 -0700)
committerAndres Freund
Fri, 24 Mar 2023 21:18:40 +0000 (14:18 -0700)
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20230324194701[email protected]

doc/src/sgml/docguide.sgml

index 35c4afc81ad9d23ec23df916b93008bf5649dece..261952085e218a588128675c1265482c06e11a28 100644 (file)
@@ -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.