updated readme

pull/3/head
bvn13 2022-07-25 15:26:35 +03:00
parent efaf166a07
commit 107070177f
1 changed files with 10 additions and 0 deletions

View File

@ -141,4 +141,14 @@ for Slf4J + Logback
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
```