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

[DEVELOPMENT] Repurpose logging to LOGGER to recycle its config #230

Closed
KristinaUlicna opened this issue Sep 11, 2023 · 0 comments · Fixed by #229
Closed

[DEVELOPMENT] Repurpose logging to LOGGER to recycle its config #230

KristinaUlicna opened this issue Sep 11, 2023 · 0 comments · Fixed by #229
Assignees
Labels
methodology Building functional & diverse pipeline

Comments

@KristinaUlicna
Copy link
Collaborator

As the logging config is only defined once, it's not stored in a variable to be recycled by other scripts:

logging.basicConfig(
level=logging.INFO,
format="%(asctime)s %(message)s",
datefmt="%m/%d/%Y %I:%M:%S %p",
)

@KristinaUlicna KristinaUlicna added the methodology Building functional & diverse pipeline label Sep 11, 2023
@KristinaUlicna KristinaUlicna self-assigned this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
methodology Building functional & diverse pipeline
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant