|
From: Trevor C. <pr...@se...> - 2003-09-28 16:38:45
|
I've created a "org.springframework.web.servlet.PageNotFound" and changed the logging level to "warn". Both are now committed. Trevor -----Original Message----- From: Rod Johnson [mailto:rod...@in...] Sent: September 28, 2003 11:08 AM To: Trevor Cook; Spring Developers Subject: Re: [Springframework-developer] DispatcherServlet - no mapping found > I like that idea, but what name do we use for the log? A simple > "PageNotFound" name, or a packaged name like > "org.springframework.web.servlet.PageNotFound". I favor the latter since > you could also just have all the web stuff in a single log. Probably the packaged name. Example log4j config should treat this distinctly. > The other question is whether we create a marker interface to show that > we've used this name for logging? I don't think we need a marker interface. Regards, Rod |