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

refactor logging control #243

Merged
merged 13 commits into from
May 21, 2024
Merged

refactor logging control #243

merged 13 commits into from
May 21, 2024

Commits on May 9, 2024

  1. add dependency rich

    CunliangGeng committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0f31eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493597d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    d745f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7004f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d053a30 View commit details
    Browse the repository at this point in the history
  4. Delete logconfig.py

    CunliangGeng committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8fb3429 View commit details
    Browse the repository at this point in the history
  5. remove dependency tqdm

    use rich.progress instead
    CunliangGeng committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b9c7efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5dbcac View commit details
    Browse the repository at this point in the history
  7. update nplinker configs for logging

    - update comments
    - rename `to_stdout` to `use_console`
    
    - Remove `cast=Path` for `log.file`, as the config variable is first cast, then examined on its type.
    CunliangGeng committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1948cb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8db4937 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c2876b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e1a027 View commit details
    Browse the repository at this point in the history
  11. Update __init__.py

    CunliangGeng committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0e57dda View commit details
    Browse the repository at this point in the history