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

Feature: Use logging from rich #663

Merged
merged 13 commits into from
Apr 4, 2022
Merged

Feature: Use logging from rich #663

merged 13 commits into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Drop unused logging.basicConfig format

    All loggers defined specify their formatter here
    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ac3424e View commit details
    Browse the repository at this point in the history
  2. Add console_logger factory

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    21f12fe View commit details
    Browse the repository at this point in the history
  3. Use rich logger

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    affab15 View commit details
    Browse the repository at this point in the history
  4. Use rich print in inspect

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0d7f6c4 View commit details
    Browse the repository at this point in the history
  5. Use quotes for prettier print

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7f1b5c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cf6e46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a0baa7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e55388c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24c5b9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7344967 View commit details
    Browse the repository at this point in the history
  11. Avoid nested tags on __str__

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    71b3377 View commit details
    Browse the repository at this point in the history
  12. Update tqdm to 4.64.0

    glensc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    20db391 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c93b05 View commit details
    Browse the repository at this point in the history