Yup, i guess you are right. Log level INFO should be fine.
Thanks for all your help Chris.
 
Regards,
Ruchika
 
On 10/26/06, Chris Bowditch <[EMAIL PROTECTED]> wrote:
ruchika thakur wrote:

>
> I tried with log level INFO. When i set log level in log4j.properties to
> INFO, i dont see any log messages at that level.
> On setting it to ERROR, I could see one message as
> [ERROR]: Couldn't find hyphenation pattern en

Looks like you are setting just log level for rootLogger. I think you
need to set a threshold for fileout, e.g.

log4j.appender.fileout.Threshold=INFO

This means you should get all messages of INFO and higher, e.g. WARN or
ERROR, but not DEBUG or TRACE.

>
> Also in fop 0.5 i had set log level to DEBUG only, but the log was just
> fine. It was very small when compared to 0.9.

Well there is a lot of code development that goes on in 0.9x and the
debug log lines come in handy for that. This information is not intended
for users and most logging environments are set to INFO by default.

Chris

<snip/>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to