Versions Compared

Key

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


Page Properties
hiddentrue
idDONE

Product Version2022 Spring
Report Note
AssigneeAntje

Resources & Remarks

Modification History

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


...

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.

yml
Code Block
language
titleExample response bodycollapsetrue
{
    "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%

Monitoring via Prometheus and Graphana

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



...