Exam 2v0-7222 All QuestionsBrowse all questions from this exam
Question 74

Which two statements are correct regarding the Actuator loggers endpoint? (Choose two.)

    Correct Answer: A, D

    To get a logging level of a package called account.web, you can access the /actuator/loggers/account.web endpoint, which makes this statement correct. The logging levels of a package that can be accessed via the loggers endpoint include configuredLevel and effectiveLevel, making this statement correct as well.

Discussion
bugger123Options: AD

@james2033 You created the Question with A & Das correct answers. But in the comment section you are voting for B & D???

james2033Options: BD

In application.properties , add logging.level.root=INFO management.endpoints.web.exposure.include=* Go to endpoint http://localhost:8080/actuator/loggers See https://stackoverflow.com/questions/77969003/why-spring-boot-actuator-logger-end-point-did-not-work

bugger123

You created the Question with A & Das correct answers. But in the comment section you are voting for B & D???