In the xml file there are several nodes that specify the logging levels, for example
<appendername="INFO_LOGFILE"class="org.apache.log4j.FileAppender">

        <param  name="Threshold"  value="info"/>
        <param  name="File"  value="openjump_debug.log"/>
<param name="Append" value="true"/> <layout class="org.apache.log4j.PatternLayout">
            <!-- Date     : %d{ISO8601} display date in yyyy-MM-dd HH:mm:ss,SSS 
format -->
            <!-- Priority : %p display the priority level                          
    -->
            <!-- Message  : %m%n displays the log message (%n = os specific 
newline)   -->
            <param  name="ConversionPattern"  value="%d{ISO8601} %5p %m%n"/>
        </layout>
    </appender>


In this case, the <param name"Append" value="true"> must be changed to<param name"Append" 
value="*false*">


On 24/04/2013 13:00, Uwe Dalluege wrote:
Hi,

it seems, that the openjump.log file contains also
informations about old sessions.
So it grows und grows.

Is there an option in OJ to log only
the current session?

uwe

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to