1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Doc: fix another "contents...exceed the available area" PDF warning.

New since yesterday :-(
This commit is contained in:
Tom Lane
2023-03-25 13:22:59 -04:00
parent 7023207cfd
commit f34a893531

View File

@ -378,7 +378,7 @@ ADDITIONAL_FLAGS='-Xmx1500m'
<literal>INFO</literal> message for each page. The log level can be <literal>INFO</literal> message for each page. The log level can be
changed via <filename>~/.foprc</filename>: changed via <filename>~/.foprc</filename>:
<programlisting> <programlisting>
LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog LOGCHOICE=-Dorg.apache.commons.logging.Log=&zwsp;org.apache.commons.logging.impl.SimpleLog
LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
</programlisting> </programlisting>
</para> </para>