You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The AS4 .NET Component uses NLog for logging. The logging levels can be configured to minimum: Info, and maximum: Debug. Further configuration can be found on the NLog support itself (https://github.com/nlog/nlog/wiki/Configuration-file )

The sample NLog configuration file is named: App.config, below you find the default configuration:

 

When there are issues with signature-verification of a received AS4 Message, it is possible to enable extensive logging which can be helpful in pinpointing the problem.
Signature verification logging can be enabled by enabling the XmlDsigLogSwitch trace-switch that can be found in the App.config configuration file:



  • No labels