Skip to main content

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

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.

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


Back to the top