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

fix: Add F1_ prefix to over-scoped LOG_LEVEL, LOG_FORMAT environment variables #284

Conversation

dmitryabramov-f3
Copy link
Contributor

The change is needed for back-compatibility with previous versions when LOG_LEVEL and LOG_FORMAT were not used to control f1 outputs (introduced here #260)

As these are quite common env variable names, they are currently over-scoped. F1 users might want to use custom loggers within their own scenarios that rely on such environment variables and configure them differently than f1 runner itself.

LOG_FILE_PATH variable stays the same for back-compatibility as it was present for a long time.

@dmitryabramov-f3 dmitryabramov-f3 requested a review from a team as a code owner September 10, 2024 11:57
nvloff-f3
nvloff-f3 previously approved these changes Sep 10, 2024
…variables

The change needed for back-compatibility with previous versions when LOG_LEVEL and LOG_FORMAT were not used to control f1 outputs.

As these are quite common env variable names, they are currently over-scoped. F1 users might want to use custom loggers within their own scenarios that rely on such environment variables and configure them differently than f1 runner itself.

LOG_FILE_PATH variable stays the same for back-compatibility.
@dmitryabramov-f3 dmitryabramov-f3 merged commit f016ea2 into form3tech-oss:master Sep 10, 2024
4 checks passed
@dmitryabramov-f3 dmitryabramov-f3 deleted the dabramov-fix-over-scoped-env-vars branch September 10, 2024 14:16
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.

2 participants