You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Henry Tong <ht...@avatarsrl.com> on 2001/09/17 18:37:07 UTC

where is the struts log?

hey guys!

one more question... I see that struts writes to a "log" sometimes.... like in

log(internal.getMessage("initDataSource", key), e);

ok.... the question is.... where is that log?.... I mean... is there a "struts.log" somewhere?.... or anyfile?.... where is that log
going to?

Henry

Re: where is the struts log?

Posted by Ted Husted <ar...@jab.org>.
Struts just uses the default Servlet.log(string) inherited from
GenericServlet. 

http://java.sun.com/j2ee/j2sdkee/techdocs/api/javax/servlet/GenericServlet.html

Where it ends up would depend on your container.

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/about/struts/

> Henry Tong wrote:
> 
> hey guys!
> 
> one more question... I see that struts writes to a "log" sometimes....
> like in
> 
> log(internal.getMessage("initDataSource", key), e);
> 
> ok.... the question is.... where is that log?.... I mean... is there a
> "struts.log" somewhere?.... or anyfile?.... where is that log
> going to?
> 
> Henry