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

Add a way to track the source of configuration parameters #29

Open
chshersh opened this issue Jun 24, 2022 · 0 comments
Open

Add a way to track the source of configuration parameters #29

chshersh opened this issue Jun 24, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@chshersh
Copy link
Owner

chshersh commented Jun 24, 2022

It's extremely useful for diagnostic purposes to understand where a particular setting came from:

  • Default static configuration
  • Configuration file
  • Environment variables
  • CLI options

Prior art:

  • trial: The trial package provides a data structure that allows tracking the source of config and printing this info to terminal

We would like to have this feature in Iris. This ticket is mostly about gathering ideas and designing the implementation.

Any ideas are welcome!

@chshersh chshersh added the enhancement New feature or request label Jun 24, 2022
@chshersh chshersh added the help wanted Extra attention is needed label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant