Logging¶
A logging system is used to record the event history, identify and analyze errors and crashes of the scanner. The logs have different types, which are listed in the table below.
| Type | How to view | Description |
|---|---|---|
| Service logs | • For Debian: journalctl service; • For Docker Compose: docker logs command |
Keep records of the events and states of the scanner components |
| Scan logs | fuchsiactl logs command |
Keep records of the fuchsiad modules events |
| Audit log | The GET /api/audit-log request in the HTTP API |
Stores records about interactions of server part with other components or a user |