Created 07-19-2021 01:15 AM
The logging tag in *. sdl specifies the role
However, it cannot be displayed in the log details
Finally, I found that the log file content must follow the format of ‘%d{yyyy-MM-dd HH:mm:ss,SSS} %p %c{2}: %m%n’
why?
How to customize this format
Created 07-20-2021 01:48 AM
@exploer The role logs needs to be in given format because at every start of service CM creates a runtime process directory as well for the Role logs it has rotation for logs after a given period of time/size. So the mm-dd-yy after logs makes it convenient and hard coded.