vcjmhg commented on issue #4545:
URL: https://github.com/apache/skywalking/issues/4545#issuecomment-702634591
If intercept `log#error` directly, the content of logs that we can get is
unformatted.
```java
logger.error("hello world");
```
**unformatted logs:**
hello world
**formatted logs:**
16:06:09.046 [main] INFO chapters.configuration.MyApp1 - hello world.
Is it enough to add unformatted logs to the span log?
----------------------------------------------------------------
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]