Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <filename>"`. cout and cerr can be used to specify the
standard output and standard error streams. *Default*s to the same
Expand Down