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: Debug flag for modules #367

Open
jonerrr opened this issue Nov 28, 2024 · 1 comment
Open

feat: Debug flag for modules #367

jonerrr opened this issue Nov 28, 2024 · 1 comment

Comments

@jonerrr
Copy link
Contributor

jonerrr commented Nov 28, 2024

It would be nice if there was a standard method to enable debug logging for modules, like a debug: true parameter.

There can also be way to enable debug logging globally (but per-module debug flag would take precedence).

@gmpinder
Copy link
Member

We could totally set an env variable in the Containerfile via the CLI that the modules could use as that global flag. The run_modules script we use could also be used to read that debug property and set the env variable for that module too

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

No branches or pull requests

2 participants