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: attempting a new fix for the local log format problem #2658

Merged

Conversation

deborahgu
Copy link
Member

@deborahgu deborahgu commented Dec 5, 2024

The previous attempt to set a local log format failed because first the base configuration files are applied, in which the logging format is set via a function call, and then our own internal overrides are applied. Basically, there's a timing problem.

This is an attempt to solve that problem in the hopes that the environment variables are set before the configuration files for the application are run. This change will be made in conjunction with an internal config PR.

FIXES: APER-3805

The previous attempt to set a local log format failed because first the base configuration files are applied, in which the logging format is set via a function call, and then the overrides come in from edx-internal. Basically, there's a timing problem.

This is an attempt to solve that problem in the hopes that the environment variables are set before the configuration files for the application are run. This change will be made in conjunction with a PR on at ex-internal.

FIXES: APER-3805
@deborahgu deborahgu requested a review from a team as a code owner December 5, 2024 22:01
@deborahgu deborahgu merged commit 49df0b6 into master Dec 6, 2024
8 of 9 checks passed
@deborahgu deborahgu deleted the dkaplan1/APER-3805_take-3-fix-datadog-log-parsing branch December 6, 2024 14:12
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