Diagnostics Configuration
The DiagnosticsConfigurationSection controls the logging and error reporting infrastructure.
Source Filters
By default, all log requests are sent to the logging infrastructure, you can, however, control/filter the events from each source by adding it to the <sources> element. For example, to have the FHIR logs at level Error and the HL7v2 logs at Warning:
When configured in this manner, only errors reported by the FHIR source will be logged to the application logs.
Log Writers
Writers are registered/configured in the <writers> element and are given a name, initialization data (like file name, port number, etc.) and a filter.
The writers which are available in SanteDB iCDR and dCDR are:
Last updated