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 debugging mode controlled by NEXTSTRAIN_DEBUG #208

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

tsibley
Copy link
Member

@tsibley tsibley commented Jul 27, 2022

At the moment, this only enables printing of stack traces and the full
exception chain for handled (i.e. anticipated) errors, which otherwise
were not printed. In the future, this mode can also control the output
of verbose debugging/troubleshooting logging for more commands.

Related to #201.

Testing

  • Verified functionality works locally
  • CI passes

At the moment, this only enables printing of stack traces and the full
exception chain for handled (i.e. anticipated) errors, which otherwise
were not printed.  In the future, this mode can also control the output
of verbose debugging/troubleshooting logging for more commands.

Related to <#201>.
@tsibley
Copy link
Member Author

tsibley commented Jul 27, 2022

CI failures are the (unrelated) macOS 10.15 brownout that GitHub Actions is doing.

@tsibley tsibley merged commit c29647e into master Jul 27, 2022
@tsibley tsibley deleted the trs/debugging-mode branch July 27, 2022 18:07
tsibley added a commit to nextstrain/augur that referenced this pull request Aug 14, 2024
At the moment, this only enables printing of stack traces and the full
exception chain for handled (i.e. anticipated) errors, which otherwise
were not printed.  In the future, this mode can also control the output
of verbose debugging/troubleshooting logging for more commands.

Commit contents and message based on similar commits I made to
Nextstrain CLI.¹

Resolves <#1308>.

¹ <nextstrain/cli@229f2e8>
  <nextstrain/cli@b6d9290>
  <nextstrain/cli#208>
tsibley added a commit to nextstrain/augur that referenced this pull request Aug 14, 2024
At the moment, this only enables printing of stack traces and the full
exception chain for handled (i.e. anticipated) errors, which otherwise
were not printed.  In the future, this mode can also control the output
of verbose debugging/troubleshooting logging for more commands.

Commit contents and message based on similar commits I made to
Nextstrain CLI.¹

Resolves <#1308>.

¹ <nextstrain/cli@229f2e8>
  <nextstrain/cli@b6d9290>
  <nextstrain/cli#208>
tsibley added a commit to nextstrain/augur that referenced this pull request Aug 14, 2024
At the moment, this only enables printing of stack traces and the full
exception chain for handled (i.e. anticipated) errors, which otherwise
were not printed.  In the future, this mode can also control the output
of verbose debugging/troubleshooting logging for more commands.

Commit contents and message based on similar commits I made to
Nextstrain CLI.¹

Resolves <#1308>.

¹ <nextstrain/cli@229f2e8>
  <nextstrain/cli@b6d9290>
  <nextstrain/cli#208>
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.

2 participants