Page Properties |
---|
|
Product Version | 2022 Spring |
---|
Report Note |
|
---|
Assignee | Antje |
---|
Resources & Remarks Modification History Name | Date | Product Version | Action |
---|
Antje | 16 DEC 2021 | 2022 Spring | Page created & written. | Agnieszka | 20 DEC 2021 | 2022 Spring | rLANG |
|
...
The logger management endpoints are accessible only for users with specific authorization as defined in the authentication-prod.yml file and controlled by the AUTHENTICATION Service.
Retrieving Information on Loggers
It is possible to retrieve an overview of all loggers that are defined for a specific service via the GET endpoint http://<ip>:<port>/manage/loggers
. For each logger, the current log level is displayed as shown in the example response body.
Code Block |
language |
---|
yml | title | Example response body | collapse | true |
---|
|
{
"levels": [
"OFF",
"ERROR",
"WARN",
"INFO",
"DEBUG",
"TRACE"
],
"loggers": {
"ROOT": {
"configuredLevel": "WARN",
"effectiveLevel": "WARN"
},
"application": {
"configuredLevel": "WARN",
"effectiveLevel": "WARN"
},
"auditEntryAggregator": {
"configuredLevel": null,
"effectiveLevel": "WARN"
}
} |
...
Info |
---|
|
Read on
Section |
---|
Column |
---|
| Insert excerpt |
---|
| Configuring Services using Profiles |
---|
| Configuring Services using Profiles |
---|
nopanel | true |
---|
| Keep reading
|
Column |
---|
| Insert excerpt |
---|
| Health Check for Services |
---|
| Health Check for Services |
---|
nopanel | true |
---|
| Keep reading
|
Column |
---|
| Service Insert excerpt |
---|
| Service Monitoring via Prometheus and GraphanaService |
---|
| Monitoring via Prometheus and Graphana |
---|
nopanel | true |
---|
| Keep reading
|
|
|