Hints for setting the Web service serviceLoggingLevel property
Set the serviceLoggingLevel property for the Web service to the following value:
4 — To record Web service request parameter values.
3 — To track Web service request execution. Use this value during Web service development to provide more information for each Web service request error.
2 — To reduce logging overhead when the Web service is running in production. This value only allows severe errors to be recorded that affect the Web service as a whole, and no errors to be recorded for single Web service requests.
During production run time, you might temporarily set the value to 3 or 4 when working with a specific client to resolve an error, then return the logging level to 2 for general client access when the problem has been resolved.