diff --git a/README.md b/README.md index 8ee426f3f..b1f998420 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Usage help Prints this message install Installs the service remove Remove the service - debug Runs the agent on the command line with verbose logging + debug Runs the agent on the command line with verbose logging - + sets logging_level to debug run Runs the agent on the command line config_file The configuration file to load Default: agent.cfg in current directory @@ -890,6 +891,8 @@ logger_config configuration items *Default*: `info` + Note: when running Agent with `agent debug`, `logging_level` will be set to `debug`. + * `output` - The output file or stream. If using a file, specify as: `"file "`. cout and cerr can be used to specify the standard output and standard error streams. *Default*s to the same