yangl opened a new pull request #10463:
URL: https://github.com/apache/pulsar/pull/10463
### Motivation
No line number is recorded in the current log file with the pattern
`%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n`, which is not conducive
to locating the problem.
### Modifications
update the log4j2 pattern, %d{HH:mm:ss.SSS} [%t] %-5level %logger{36}**#%L**
- %msg%n
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]