VMware vRealize Automation 8.x (2022) — Question 61
Which two statements are correct regarding the Actuator loggers endpoint? (Choose two.)
Answer options
- A. To get a logging level of a package called account.web, you can access the /actuator/loggers/account.web endpoint.
- B. An application restart is required to change the logging level of the package.
- C. In order to use the loggers endpoint, a logger implementation dependency needs to be added.
- D. The logging levels of a package that can be accessed via the loggers endpoint include configuredLevel and effectiveLevel.
Correct answer: A, D
Explanation
Option A is correct because it accurately describes how to access the logging level for a specific package. Option D is also correct as it mentions the types of logging levels available through the loggers endpoint. Options B and C are incorrect because an application restart is not necessary to change logging levels, and the loggers endpoint does not require an additional logger implementation dependency to be used.