• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts loggin in struts 1.0

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"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.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out this thread from this forum:

https://coderanch.com/t/50659/Struts/disable-Struts-logging
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic