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(dotenv-flow): add debug messaging and errors warning #76

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

kerimdzhanov
Copy link
Owner

@kerimdzhanov kerimdzhanov commented Sep 14, 2023

This PR adds informative (yet secure) "debug" and "warn" messages which adds more clarity on what's happening under the dotenv-flow's hood in certain scenarios, depending on the given environment, and set of options.

  • debug messages can be enabled via options.debug,
  • while warnings are enabled by default and can be disabled via options.silent.

@kerimdzhanov kerimdzhanov changed the title feat(dotenv-flow): add debug messaging and error warning feat(dotenv-flow): add debug messaging and errors warning Sep 14, 2023
This PR adds informative (yet secure) debug messages and error warnings which adds more clarity on what's happening under the dotenv-flow's hood in certain scenarios, depending on the given environment, and set of options.

- debug messages can be enabled via `options.debug`,
- while warnings are enabled by default and can be disabled via `options.silent`.
@kerimdzhanov kerimdzhanov merged commit 7656b50 into master Sep 15, 2023
24 checks passed
@kerimdzhanov kerimdzhanov deleted the feature/debug branch September 15, 2023 22:37
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.

1 participant