how to use actuator api

2023, May 28    

actuator로 logger 변경

curl -L 'http://localhost:7000/actuator/loggers/{package path}' \
-H 'Content-Type: application/json' \
-d '{"configuredLevel": null, "effectiveLevel": "DEBUG"}'