I have low verbosity and debug="0" set in server.xml, but I keep getting all
this useless (in production, anyway) detail in my logs:

2003-02-17 17:05:40 default: DefaultServlet.serveResource:  Serving resource
'/main.css' headers and data
2003-02-17 17:05:46 action: Processing a POST for /logon
2003-02-17 17:05:46 action:  Looking for ActionForm bean under attribute
'logonForm'
2003-02-17 17:05:46 action:  Creating new ActionForm instance of class  ...
2003-02-17 17:05:46 action:  Storing instance under attribute 'logonForm' in
scope 'request'
2003-02-17 17:05:46 action:  Populating bean properties from this request
2003-02-17 17:05:46 action:  Validating input form properties
2003-02-17 17:05:46 action:   No errors detected, accepting input
2003-02-17 17:05:46 action:  Looking for Action instance for class
....LogonAction
2003-02-17 17:05:46 action: Logon by user Ian Hunter for session
A1C65C3930054CA376FF8C1BCC6256C9

The very last line is the only line I intentionally write to the log -- I
have copious amounts of logging going on, and I really don't want all the
"Storing instance..." junk.

I could have sworn I turned that way up while I was first learning struts
but now I can't seem to turn it off.

Help?

Ian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to