In the current nightly, Jetty is logging a lot of information to the debug log. Is there a way to disable that? I noticed that Gato implemented something in SVN revision 4936, but that was deleted again later.
I wrote the Jetty logging logic. Hmm… a few options:
-
Disable Jetty debug output entirely.
-
Disable it by default unless enabled with a property.
-
Only disable it if property set.
I’‘m leaning towards option #2. I don’‘t think the debug info is very helpful in general so we might as well disable it until it’'s needed.
-Matt
Agreed. I think that most (plugin) developers hardly ever work with the Jetty instance directly. The only thing it’'s doing now is hiding more relevant debug messages that are generated by other components.