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

Merged
merged 3 commits into from
Nov 27, 2024

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 <[email protected]>
@deborahgu deborahgu merged commit 4edfb9b into master Nov 27, 2024
9 checks passed
@deborahgu deborahgu deleted the dkaplan1/APER-3805_fix-datadog-log-parsing branch November 27, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants