Versions Compared

Key

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

...

Health endpoint detailed information

Regarding health endpoint, the detailed information is by default shown only to the authenticated users. This is controlled by the a regular Spring Boot setting:

Code Block
languagetext
management:
  endpoint:
    health:
      show-details: when-authorized

You may override the setting in the configuration file described in SSO Installation Accounting Service settings - SSO, see Accounting Service additional configuration.

The details show the component level status and in case of failure some troubleshooting information, see Troubleshooting Accounting Service / Sample health check in an error case.

Changing log level while system is running

...