Use Intellij run configs in .run folder or:
mvn spring-boot:run
mvn spring-boot:run -Dspring-boot.run.jvmArguments="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
curl --request GET \
--url 'http://localhost:8080/logging/loggers?filter=com.nf'
curl --request PUT \
--url http://localhost:8080/logging/loggers \
--header 'content-type: application/json' \
--data '{
"logger": "com.nf",
"level": "info"
}'