Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Is there a way to reduce console output?

Thanks Stefan!

The system property was exactly what I was looking for. This helps me
get rid of the startup / shutdown output when manually running a
PDE-Junit test with debug output... :-)

Kind regards,
Elias.

On Tue, Aug 4, 2009 at 10:35 PM, Stefan
Liebig<Stefan.Liebig@xxxxxxxxxxxx> wrote:
> Hi Elias,
>
> I am assuming that you did not configure any special logging features. Is
> that correct?
> If so you can do the following
> - set the system property "riena.development" to "false" (see also
> http://wiki.eclipse.org/Riena_System_Properties). With that no logging will
> be written to the console.
> - or start your app with -console than you can control the log level with
> the command "logLevel <your log level>". In your case "logLevel none" would
> turn off logging.
>
> Tschüß,
> Stefan
>
> Elias Volanakis wrote:
>>
>> Hi,
>>
>> the console output I'm interested is getting buried withing all the
>> DEBUG and INFO messages - is there a way for me to configure / disable
>> this?
>>
>> Example:
>>
>> // more of the same
>> Tue Aug 04 16:41:16 PDT 2009 DEBUG [Worker-0]
>> org.eclipse.riena.monitor.client.SimpleSender Sender(LogCollector)
>> ended (nothing to send)
>> Tue Aug 04 16:41:16 PDT 2009 DEBUG [Worker-1]
>> org.eclipse.riena.monitor.client.SimpleSender Sender(CustomCollector)
>> ended (nothing to send)
>> Validation Messages:   <--- this is the stuff I'm interested in
>>        need 3
>>        need 5
>> Tue Aug 04 16:41:18 PDT 2009 DEBUG [main] null
>> {org.osgi.service.application.ApplicationHandle,
>> org.eclipse.equinox.app.IApplicationContext}={application.state=STOPPING,
>> eclipse.application.type=main.thread,
>> application.supports.exitvalue=true, eclipse.application.default=true,
>> service.pid=org.eclipse.pde.junit.runtime.coretestapplication.0,
>> application.descriptor=org.eclipse.pde.junit.runtime.coretestapplication,
>> service.id=74} ServiceEvent MODIFIED
>> Tue Aug 04 16:41:18 PDT 2009 DEBUG [main] null
>> {org.osgi.service.application.ApplicationHandle,
>>
>> org.eclipse.equinox.app.IApplicationContext}={application.state=org.eclipse.equinox.app.stopped,
>> eclipse.application.type=main.thread,
>> application.supports.exitvalue=true, eclipse.application.default=true,
>> service.pid=org.eclipse.pde.junit.runtime.coretestapplication.0,
>> application.descriptor=org.eclipse.pde.junit.runtime.coretestapplication,
>> service.id=74} ServiceEvent MODIFIED
>> // more of the same
>>
>> Thanks for your help,
>> Elias.
>>
>>
>
> _______________________________________________
> riena-dev mailing list
> riena-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/riena-dev
>



-- 
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com


Back to the top