'how can we configure unicode decoding in Logback yaml file.?
how can we configure Unicode decoding in Logback yaml file.?
logging:
level: INFO
appenders:
- type: console
includeCallerData: true
timeZone: UTC
- type: file
currentLogFilename: ./logs/logfile.log
threshold: ALL
archive: true
is there anyway , we can define decode Unicode properties here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|