Andres Freund writes:
> How about:
>
> 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
Hi,
On 2023-03-24 16:19:57 -0400, Tom Lane wrote:
> Andres Freund writes:
> > I just figured out that one can hide those. Unfortunately not at the
> > commandline, but in "$HOME/.foprc" or /etc.
>
> > $ cat ~/.foprc
> > LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
>
> Yeah.
Andres Freund writes:
> I just figured out that one can hide those. Unfortunately not at the
> commandline, but in "$HOME/.foprc" or /etc.
> $ cat ~/.foprc
> LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
Yeah. I've done it locally by modifying the "fop" script ;-)
... but prob