You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: