updated readme

This commit is contained in:
bvn13 2022-07-25 15:26:35 +03:00
parent efaf166a07
commit 107070177f

View File

@ -142,3 +142,13 @@ logging:
level:
me.bvn13.openfeign.logger.NormalizedFeignLogger: DEBUG
```
### 5) Don't forget to specify FULL log level for your API class
```yaml
feign:
client:
config:
auth:
logger-level: FULL
```