The change made in #157 was not done fully according to our standards. We should use the existing logging system for this message. So the following changes need to be made.
Remove the agent stopping message from the agent start command.
Covert the agent stopping and agent stopped logger messages in polykey to the WARN level so they are visible with default verbosity in the CLI.
This will allow us to keep the shutting down message while keeping to the logging system.
Additional context
Related : #157
Tasks
Remove the agent stopping message from the agent start command.
Covert the agent stopping and agent stopped logger messages in polykey to the WARN level so they are visible with default verbosity in the CLI.
Specification
The change made in #157 was not done fully according to our standards. We should use the existing logging system for this message. So the following changes need to be made.
agent start
command.polykey
to theWARN
level so they are visible with default verbosity in the CLI.This will allow us to keep the shutting down message while keeping to the logging system.
Additional context
Related : #157
Tasks
agent start
command.polykey
to theWARN
level so they are visible with default verbosity in the CLI.