Rest Client logging configuration per particular CDI-one via application.properties #45519
Labels
area/arc
Issue related to ARC (dependency injection)
area/config
area/rest-client
kind/enhancement
New feature or request
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
I've already done it, please, wait when I create PR.
Also, I created reproducer project (https://github.com/lasteris/rest-client-logging), which using new properties, because don't understand how should write test for it ? And should I anyway ?
The text was updated successfully, but these errors were encountered: