Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-charting-dev] How to switch of Birt chart logger

Hi,

The chart engine uses the Java logging mechanism, so you can control it
by adjusting your java log level. This can be done typically in
logging.properties in the lib folder of your JVM. Here is a web page
that describes how to configure it:
http://www.javapractices.com/Topic143.cjp

In regular use of the product, you probably only want to log at WARNING
or SEVERE level.

If you have further questions or issues to address, please post a
message in the newsgroups:
http://www.eclipse.org/birt/phoenix/community.php

Thanks,

David

-----Original Message-----
From: birt-charting-dev-bounces@xxxxxxxxxxx
[mailto:birt-charting-dev-bounces@xxxxxxxxxxx] On Behalf Of Carina
Myburgh
Sent: Friday, November 23, 2007 8:48 AM
To: birt-charting-dev@xxxxxxxxxxx
Subject: [birt-charting-dev] How to switch of Birt chart logger

Hi

I am using Birt 2.2.1 to create charts.  That works fine, but our
SystemOut.log file is now spammed with chart logger information
outputs.  How do I disable these outputs?

Thanks
_______________________________________________
birt-charting-dev mailing list
birt-charting-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-charting-dev


Back to the top