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

Refactor logging #295

Merged
merged 13 commits into from
Sep 8, 2022
Merged

Refactor logging #295

merged 13 commits into from
Sep 8, 2022

Conversation

mltja
Copy link
Member

@mltja mltja commented Aug 26, 2022

Description

Improves the logging. Add different loggers with their own logging levels for stream and file. Choose your own directory or file name if you want. Influenced by the ding0 logger.

Fixes #42

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • New and adjusted code is formatted using the pre-commit hooks
  • New and adjusted code includes type hinting now
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@mltja mltja requested a review from khelfen August 26, 2022 07:25
@birgits birgits merged commit 4735c19 into dev Sep 8, 2022
@birgits birgits deleted the #42-revise-logger branch September 8, 2022 12:42
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 this pull request may close these issues.

improve logging format
2 participants