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 should probably respect an environment variable whose value is the type of tracing the user wants. This leaves the config files for permanent preferences, such as credentials, and frees client implementations from debug logic. IOW:
$ OCTOPI_DEBUG=curl some-client
The text was updated successfully, but these errors were encountered:
To add to that, it would make the gem a lot cleaner if a user could also setup the project (repo) name in the github.yml file, or put all credential info including repo name as env variables. A rake task on the project to generate the yml file and place it in the config dir would simplify the process. Just my $.02.
We should probably respect an environment variable whose value is the type of tracing the user wants. This leaves the config files for permanent preferences, such as credentials, and frees client implementations from debug logic. IOW:
The text was updated successfully, but these errors were encountered: