Re: Make fop less verbose when building PDF

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Make fop less verbose when building PDF
Date: 2023-03-24 21:05:30
Message-ID: 2446985.1679691930@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> How about:

> <para>
> In its default configuration <productname>FOP</productname> will emit an
> <literal>INFO</literal> message for each page. The log level can be
> changed via <filename>~/.foprc</filename>:
> <programlisting>
> LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
> LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
> </programlisting>
> </para>

WFM.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-24 21:12:13 Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL
Previous Message Andres Freund 2023-03-24 21:02:55 Re: Make fop less verbose when building PDF