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

feat: allowing the passing of a logging formatter #2644

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deborahgu
Copy link
Member

  • allow the configuration of logging to pass a custom format string for the logs
  • adding type hints and a more complete docstring to the modified method

FIXES: APER-3805

* allow the configuration of logging to pass a custom format string for
  the logs
* adding type hints and a more complete docstring to the modified method

FIXES: APER-3805
@deborahgu deborahgu requested a review from a team as a code owner November 26, 2024 21:04
* adding some tests for the log formatter
* Making it we can modify config values via yaml (ie. without passing a
  python function)

FIXES: APER-3805
Copy link
Contributor

@jsnwesson jsnwesson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, other than that one bit about the documentation syntax

the style guide calls for this exception to pep 257.

Co-authored-by: Jason Wesson <jsnwesson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants