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_r212790776
########## 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> +By the way, This function has no conflict with [Setting Override](Setting-override.md) + +## Override priority +The specified agent config > The default agent config + +## How to use +> The content formats of the specified config must be same as the default config. + + +##### Using `System.Properties(-D)` to set the specified config path Review comment: This is a document sentence, don't use markdown title format. ---------------------------------------------------------------- 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
