Logs
👀Logs can be accessed using the System->Logs view.

Logs Page

Viewing Logs
👥Logs allow system administrators to access either dCDR or iCDR log files from the user interface directly.
📂When an administrator opens a log, they can do the following:
👀view a quick preview of the log contents, and
⏬download a log file

Log Formats
Log Format
The iCDR and dCDR use a common logging format which can be easily parsed with a few regular expressions.
In general the format of the log is:

As illustrated above, the log format components can be defined as:
Source.Name.ClassThread Name/IDEvent LevelTimestampMessage
Example
In the above example, the log can be broken down into the following capture groups:
Source.Name.Class is SanteDB.Rest.WWW.Behaviors.WebErrorBehavior
Thread Name/ID is RSRVR-ThreadPoolThread
Event Level is Warning
Timestamp is 2025-07-28T10:02:43.4820063-04:00
Message is Get - Policy Login (1.3.6.1.4.1.33349.3.1.5.9.2.1) was violated by 'ANONYMOUS' with outcome 'Elevate'
Viewing Specific Logs
Below is a list of logs that can be viewed via the Logs view of the application:
Last updated