Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idrDEVDONE

Product Version2022 Spring
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje16 DEC 20212022 SpringPage created & written.
Agnieszka20 DEC 20212022 SpringrLANG


...

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.

language
Code Block
collapse
ymltitleExample response bodytrue
{
    "levels": [
        "OFF",
        "ERROR",
        "WARN",
        "INFO",
        "DEBUG",
        "TRACE"
    ],
    "loggers": {
        "ROOT": {
            "configuredLevel": "WARN",
            "effectiveLevel": "WARN"
        },
        "application": {
            "configuredLevel": "WARN",
            "effectiveLevel": "WARN"
        },
        "auditEntryAggregator": {
            "configuredLevel": null,
            "effectiveLevel": "WARN"
        }
}

...

Info
iconfalse

Read on

Section


Column
width25%

Configuring Services using Profiles

Insert excerpt
Configuring Services using Profiles
Configuring Services using Profiles
nopaneltrue
 Keep reading


Column
width25%

Health Check for Services

Insert excerpt
Health Check for Services
Health Check for Services
nopaneltrue
 Keep reading


Column
width25%
Service

Monitoring via Prometheus and Graphana

Insert excerpt
Service Monitoring via Prometheus and GraphanaService
Monitoring via Prometheus and Graphana
nopaneltrue
 Keep reading