Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WARN logging for agent shutdown message #270

Open
tegefaulkes opened this issue Aug 27, 2024 · 1 comment
Open

Use WARN logging for agent shutdown message #270

tegefaulkes opened this issue Aug 27, 2024 · 1 comment
Labels
development Standard development

Comments

@tegefaulkes
Copy link
Contributor

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.

  1. Remove the agent stopping message from the agent start command.
  2. 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

  1. Remove the agent stopping message from the agent start command.
  2. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

1 participant