Hi Aaron,

We still use Simple in production even though we are planning to move to the
Grizzly connector soon.

Are you using the latest version (1.0.8 or 1.1 M2)? We have reduced the
level of some Simple log messages.

Now regarding the logger, it appears the SimpleProtocolHandler uses the
Server's context logger, i.e. the logger of the parent Component. It's name
is "org.restlet.Component".

Maybe it would be better if it was using a logger specific to the
"com.noelios.restlet.ext.simple.SimpleProtocolHandler" class?

Best regards,
Jerome  

> -----Message d'origine-----
> De : news [mailto:[EMAIL PROTECTED] De la part de Aaron Crow
> Envoyé : jeudi 6 mars 2008 00:49
> À : [email protected]
> Objet : Issue 428 ("POST seems to throw a 500 error code")
> 
> Is there a good way to squelch just this log output? I've 
> tried pointing 
> Java Logging to a logging.config file with entries like this:
> 
> com.noelios.restlet.ext.simple.level=SEVERE
> simple.level=SEVERE
> com.noelios.restlet.ext.simple.SimpleProtocolHandler.level=SEVERE
> 
> But that does not do the trick. (I'm not the only person 
> overwhelmed by 
> those stack traces on every request, am I? Or does no one really use 
> simple?)
> 
> Thanks for any tips!
> Aaron 
> 
> 

Reply via email to