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

Refactored use of console for logging #3013

Merged
merged 1 commit into from Dec 19, 2020
Merged

Refactored use of console for logging #3013

merged 1 commit into from Dec 19, 2020

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Dec 19, 2020

  • fix bug that produced incomplete reports due to the report generation
    being called multiple times.
  • assure that logging use the same console object, so we include the
    logged messaged inside the report
  • current limitation of console prevents us from using stderr for
    out own logging; we plan to restore use of stderr for logging in
    a followup.

Fixes: #3010

- fix bug that produced incomplete reports due to the report generation
  being called multiple times.
- assure that logging use the same console object, so we include the
  logged messaged inside the report
- current limitation of console prevents us from using stderr for
  out own logging; we plan to restore use of stderr for logging in
  a followup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New version of 'rich' deps break molecule from run
1 participant