From e9839e5305ab58136b2570ec59ddfac451d9b309 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 3 Jun 2022 12:10:35 -0700 Subject: [PATCH] Added documentation showing how to disable debugConsole and verify --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index f3a0716..7851cd4 100644 --- a/readme.md +++ b/readme.md @@ -162,6 +162,15 @@ that contains the agent, and run the the agent from the command line with the fo ``` This will return the service name for that agent. +After concluding the tests, you can again disable the debugConsole flag by editing the msh configuration file of the agent like the following, and restarting the agent: +``` +debugConsole= +``` +This will ensure that the debugConsole flag is cleared on the agent. This can be verified by running the following console command, similar to before. It should return false: +``` +eval debugConsole +``` + ## Self Test Coverage The following is the list of basic tests that the Stand Alone test mode will test: * Server Initialization. This verifies that the agent sends the correct startup sequence to the server.