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

Consider using the python logging module instead of logger.py #21

Open
JiriPavela opened this issue Feb 10, 2023 · 0 comments
Open

Consider using the python logging module instead of logger.py #21

JiriPavela opened this issue Feb 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JiriPavela
Copy link
Collaborator

SPEF currently uses a custom logger module to log events. Consider switching to the logging library from the python standard library (https://docs.python.org/3/library/logging.html) instead of maintaining a custom logger. However, before switching to the library, we should make sure that this switch can actually be done and no functionality will be lost.

@JiriPavela JiriPavela added the enhancement New feature or request label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant