Changed log output level from debug to error for request data when internal errors occur in as2 inbound.
The rationale for this is that we would like to have log level set to INFO in production access point (to avoid huge, noisy logs), but we need some data to help debugging/support when errors in inbound as2 occurs.
Today the log only shows:
[ERROR] no.difi.oxalis.commons.error.QuietErrorTracker - [aabfd39f-7c9f-4729-aa88-a2f68a1a4848] IOException
[ERROR] no.difi.oxalis.as2.inbound.As2Servlet -
---------- REQUEST FAILURE INFORMATION ENDS HERE --------------
To get any debug data between "IOException" and "---------- REQUEST FAILURE INFORMATION ENDS HERE --------------" we currently need to set log level to DEBUG.
Changed log output level from debug to error for request data when internal errors occur in as2 inbound.
The rationale for this is that we would like to have log level set to INFO in production access point (to avoid huge, noisy logs), but we need some data to help debugging/support when errors in inbound as2 occurs.
Today the log only shows:
To get any debug data between "IOException" and "---------- REQUEST FAILURE INFORMATION ENDS HERE --------------" we currently need to set log level to DEBUG.