AdminUI server log level can be configured.
Details
| Detail name | Value |
|---|---|
| Changelog Number | 21912 |
| Type | New Feature |
| Status | Resolved |
| Fix Versions | C4 4.29.0, Exasol 2025.2.0 |
| Resolution Date | 2025-11-18 |
Background
Exasol Admin back-end server, which runs as systemd service exasol-admin-ui.service, logs various accesses and requests.
New Feature
What is logged can now be modified by setting one of the available log levels in the c4 CCC_ADMINUI_LOG_LEVEL variable. This variable must be set alongside other c4 variables (for example, in a config file). The available levels are these:
- NONE - disable all logging
- AUTH - log only authorization-related API requests
- ACTION - log all modification requests, so only POST and PATCH. (default)
- ALL - log all API requests
Logs could be retrieve on host by
journalctl -u exasol-admin-ui