-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
DVC version is 0.80.0 and I am running Linux. The package was installed from AUR
To reproduce the issue run the following few lines of code
import logging
LOGGER = logging.getLogger(__name__)
print(LOGGER.disabled)
import dvc
print(LOGGER.disabled)
which will output
False
True
The reason for this is the usage of logging.config.dictConfig here without adding "disable_existing_loggers": False to the dict
gurobokum
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important