Skip to content

dvc disables logging of other packages #3344

@ttekampe

Description

@ttekampe

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

Metadata

Metadata

Assignees

Labels

bugDid we break something?p2-mediumMedium priority, should be done, but less important

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions