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

DEBUG level logs gets disabled after importing boxmot #1211

Closed
1 task done
Pannu22 opened this issue Dec 4, 2023 · 1 comment
Closed
1 task done

DEBUG level logs gets disabled after importing boxmot #1211

Pannu22 opened this issue Dec 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Pannu22
Copy link

Pannu22 commented Dec 4, 2023

Search before asking

  • I have searched the Yolo Tracking issues and discussions and found no similar questions.

Yolo Tracking Component

Other

Bug

I'm experimenting with Boxmot & found this issue where after importing Boxmot, I'm not getting DEBUG-level logs!
Thanks in advance & I would love to contribute.

Environment

loguru==0.7.2 ; python_full_version == "3.10.13"
boxmot==10.0.46 ; python_full_version == "3.10.13"

Minimal Reproducible Example

from loguru import logger
logger.debug("Test log")

from boxmot import DeepOCSORT
logger.debug("Imported boxmot")
@Pannu22 Pannu22 added the bug Something isn't working label Dec 4, 2023
@mikel-brostrom
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants