From b3aaf1d5082c91cbfab97b2b66ca08b7d52a7b8d Mon Sep 17 00:00:00 2001 From: Brian Burns Date: Fri, 4 Nov 2022 02:13:36 -0400 Subject: [PATCH] readme - clarify logging_level values --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f63b5fb..a6ba8432c 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