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 python logging package #282

Open
gordonwatts opened this issue Jul 14, 2023 · 1 comment
Open

Use python logging package #282

gordonwatts opened this issue Jul 14, 2023 · 1 comment

Comments

@gordonwatts
Copy link
Collaborator

Currently, the rich package is used to print status and debug messages. Use the logging package, with appropriate levels (INFO, DEBUG, WARNING, etc).

@gordonwatts gordonwatts added this to the 3.0 Release milestone Jul 14, 2023
@BenGalewsky BenGalewsky moved this to Ready in ServiceX Aug 24, 2023
@prajwalkkumar prajwalkkumar moved this from Ready to Ready for Review in ServiceX Sep 11, 2023
@BenGalewsky BenGalewsky removed this from ServiceX Sep 26, 2024
@ponyisi
Copy link
Collaborator

ponyisi commented Nov 6, 2024

This is really only true in the CLI app, and as far as I can tell we can use rich together with logging.

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

No branches or pull requests

3 participants