I’ve got a few Spring Boot applications (v2.2.4 and v3.3.2) using the Actuator and Spring Boot Admin Client dependencies, mainly to change log levels at runtime.
I’ve also got another Spring Boot application (v3.3.2) using the Spring Boot Admin Server dependency for the UI displayed for setting those log levels.
Now, displaying ALL possible package levels and classes is way too much info, I’m wondering if there is any way to disable every /loggers/{name} package/class endpoint except a few that can be used?
I tried looking up ways to only enable a few /loggers endpoints with the configured classes to have its log levels changed an runtime, didn’t find any.