wu-sheng commented on a change in pull request #5357:
URL: https://github.com/apache/skywalking/pull/5357#discussion_r479631678
##########
File path: docs/en/setup/service-agent/java-agent/README.md
##########
@@ -96,7 +96,8 @@ property key | Description | Default |
`logging.file_name`|Log file name.|`skywalking-api.log`|
`logging.output`| Log output. Default is FILE. Use CONSOLE means output to
stdout. |`FILE`|
`logging.dir`|Log files directory. Default is blank string, means, use
"{theSkywalkingAgentJarDir}/logs " to output logs. {theSkywalkingAgentJarDir}
is the directory where the skywalking agent jar file is located |`""`|
-`logging.pattern `|logging format. There are all conversion specifiers:
<br> * `%level` means log level. <br> * `%timestamp`
means now of time with format `yyyy-MM-dd HH:mm:ss:SSS`.<br> *
`%thread` means name of current thread.<br> * `%msg` means some
message which user logged. <br> * `%class` means SimpleName of
TargetClass. <br> * `%throwable` means a throwable which user
called. <br> * `%agent_name` means `agent.service_name` |`%level
%timestamp %thread %class : %msg %throwable`|
+`logging.resolver`|Logger resovler: `PATTERN` or `JSON`. Default is `PATTERN`
with which `PatternLogger` will be used. `JSON`: `JsonLogger` is used after
initialization. |`PATTERN`|
Review comment:
```suggestion
`logging.resolver`|Logger resolver: `PATTERN` or `JSON`. The default is
`PATTERN`, which uses `logging.pattern` to print traditional text logs. `JSON`
resolver prints logs in JSON format. |`PATTERN`|
```
----------------------------------------------------------------
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]