| Author |
how to avoid non project logs
|
palakolanusrinu Reddy
Greenhorn
Joined: Jan 03, 2008
Posts: 24
|
|
Hi all, I need urgent help from any one of you.. actual problem is: when ever we process the request by using struts frame work complete information is printing in logs but in logs its printing project specific info as well as struts related info also now i want to avoid that struts related info can any one help in this its very urgent. thanks in advance regards Srinu
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
Are you using Log4j for logging? If yes, then have a look at their manual which explains how to configure appenders for a logger. Alternately, if you want to disable struts logging altogether, then you can set it OFF as follows:
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: how to avoid non project logs
|
|
|