It's all about the answers!

Ask a question

RTC Extension - configuring log (level) for Jetty instance.


Kasper Lindberg (153) | asked Jul 18 '17, 9:39 a.m.
For RTC Server plug-in development, how can I configure the Jetty based RTC (6.0.3) to use a different loglevel.?

I have an RTC Server extension (Based on the BuildOnStateChange from the RTC Extension Workshop).
I wish to write information to the server log (Eclipse Console), such that I can see what I'm working with. 

Using getLog().warn(), I can do this. 
However, if I wish to write out at a lower level (info/debug) nothing is shown. 

There's no mystery in why this is, but how do I change the log-level to allow me to write at info/debug levels?

Thanks

Be the first one to answer this question!


Register or to post your answer.