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?

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.




Back to the top