aspose file tools
The moose likes Struts and the fly likes Struts loggin in struts 1.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts loggin in struts 1.0" Watch "Struts loggin in struts 1.0" New topic
Author

Struts loggin in struts 1.0

U Kvistborg
Greenhorn

Joined: Oct 14, 2002
Posts: 29
Hi
In my logfiles for my servers stdout I get the following logging:
My question is how do I disable this ?
I have found that this kind of logging is not available in struts 1.2.
My question is how do I disable this kind of logging ?

Just a small sample:

[2/14/05 9:34:38:500 UTC] 1d87bc WebGroup I SRVE0091I: [Servlet LOG]: action: Populating bean properties from this request
[2/14/05 9:34:38:500 UTC] 1d87bc WebGroup I SRVE0091I: [Servlet LOG]: action: Validating input form properties
[2/14/05 9:34:38:501 UTC] 1d87bc WebGroup I SRVE0091I: [Servlet LOG]: action: Looking for Action instance for class net.msl.office.webaction.Office
OpenSearchOfficesWebAction
[2/14/05 9:34:41:782 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Processing a GET for /searchOffices
[2/14/05 9:34:41:783 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Looking for ActionForm bean under attribute 'searchOfficeForm'
[2/14/05 9:34:41:784 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Creating new ActionForm instance of class 'net.msl.office.webform.Off
iceSearchOfficesWebForm'
[2/14/05 9:34:41:784 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Storing instance under attribute 'searchOfficeForm' in scope 'request
'
[2/14/05 9:34:41:784 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Populating bean properties from this request
[2/14/05 9:34:41:786 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Validating input form properties
[2/14/05 9:34:41:786 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: No errors detected, accepting input
[2/14/05 9:34:41:787 UTC] 514c47 WebGroup I SRVE0091I: [Servlet LOG]: action: Looking for Action instance for class net.msl.office.webaction.Office
SearchOfficesWebAction


SCJP 1.4/1.5, SCWCD 1.4, SCBCD 1.3
Jason Menard
Sheriff

Joined: Nov 09, 2000
Posts: 6450
"Kvistborg",

Welcome to JavaRanch. We don't have many rules here, but we do have a naming policy which we try to strictly enforce. Please re-read this document and edit your display name in order to comply. Thanks in advance, and we look forward to seeing you around the Ranch.


Jason's Blog
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
Check out this thread from this forum:

http://www.coderanch.com/t/50659/Struts/disable-Struts-logging


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts loggin in struts 1.0
 
Similar Threads
error of ErrorDispatcherValve...
Struts: getting null from bean
Struts 1.0
Urgent feedback pls
Runing an example struts application