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

QACTL logging #1713

Closed
9 tasks done
jmv74211 opened this issue Aug 12, 2021 · 2 comments
Closed
9 tasks done

QACTL logging #1713

jmv74211 opened this issue Aug 12, 2021 · 2 comments
Assignees

Comments

@jmv74211
Copy link
Contributor

jmv74211 commented Aug 12, 2021

It is requested to add logging to the qactl modules. This is useful to know each task status and get this info in the output, log file...

Implementation requirements:

  • Use python standard logging module.
  • Create a new Logging class that is a python logging wrapper, and allows us to define custom loggers and handlers.
  • The logger has to be defined by qactl, and will have to be global to the rest of the modules.
  • Logging can be obtained by output or file.
  • The user can activate/deactivate and set the logging level in the qactl configuration file.

Tasks

  • Design logging module
  • Implement logging module
  • Add logging to the QACTL modules
    • Deployment (In progress)
    • Provisioning
    • Run test
  • Remove the default output from vagrant and ansible to leave only the logging output.
  • Add new configuration parameters to the configuration template and process these parameters
  • Tests all changes made
@jmv74211
Copy link
Contributor Author

This issue is on-hold in order to complete priority tasks of #1723

@jmv74211
Copy link
Contributor Author

I continue with this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant