You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
The text was updated successfully, but these errors were encountered: