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

Logger initialisation in module (utils.py) #144

Open
jodergrosse opened this issue Jun 23, 2021 · 0 comments · May be fixed by #145
Open

Logger initialisation in module (utils.py) #144

jodergrosse opened this issue Jun 23, 2021 · 0 comments · May be fixed by #145

Comments

@jodergrosse
Copy link
Collaborator

Description

The logger initialisation in the pycondor module prevents applications from defining logging behaviour.
See python documentation: https://docs.python.org/3.5/howto/logging.html#configuring-logging-for-a-library

Steps/code to reproduce issue

Import pycondor, create and configure a logger.

Expected results

The application should be in charge of configuring all module loggers.

Actual results

Log level and format of pycondor cannot be changed by the application.

@jodergrosse jodergrosse linked a pull request Jun 23, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant