wu-sheng commented on a change in pull request #1584: add the function of the specified agent config URL: https://github.com/apache/incubator-skywalking/pull/1584#discussion_r212790757
########## File path: docs/en/Specified-agent-config.md ########## @@ -0,0 +1,28 @@ +# Locate agent config file by system property + +## Supported version + +5.0.0-RC+ + +## What is Locate agent config file by system property ? +In Default. The agent will try to locate `agent.config`, which should be in the `/config` dictionary of agent package. <br> +If User set the specified agent config file, The agent will try to load the specified agent config file.<br> Review comment: 1. If user **sets** ... config file **through system properties**.... 1. ...will try to load file from there. Don't use br in markdown, especially document. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
