# Logs

SanteDB server logs can be accessed using the Logs menu in the System panel. Logs allow system administrators to access either dCDR or iCDR log files from the web user interface directly.

![](/files/8fhiJhV3VRt7BVjwVMXh)

When an administrator opens a log, a quick preview of the log contents are shown, and an option to download the entirety of the system log is provided. You may also optionally download a log from the local machine or the server using the `Download` option.

![](/files/C2q0R7EzPl5eDGlGLmuR)

## Log Format

SanteDB 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:

```
Source.Name.Class@THREAD <Information|Warning|Error> [TIME-STAMP]: Message
```

![](/files/PIdH5PkpUuWdJHS3UTk3)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.santesuite.org/operations/cdr-administration/santedb-administration-panel/system-administration/logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
