Logging configuration for specific declarative RestClient using named properties #45519
Labels
area/arc
Issue related to ARC (dependency injection)
area/config
area/rest-client
kind/enhancement
New feature or request
Milestone
Description
For now, if you define a bunch of Rest Clients via @RegisterRestClient and configure it all through application.properties, you're still limited with global logging configuration properties:
My idea is just simple enhancement by using named clients:
Implementation ideas
Also, I created reproducer project (https://github.com/lasteris/rest-client-logging), which using new properties
The text was updated successfully, but these errors were encountered: