RTC Extension - configuring log (level) for Jetty instance.
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.
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