We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0c0246 + 7a8312c commit 351cd08Copy full SHA for 351cd08
src/flacarray/utils.py
@@ -18,7 +18,7 @@
18
)
19
20
21
-log = logging.getLogger()
+log = logging.getLogger("flacarray")
22
log.setLevel(logging.INFO)
23
env_keys = ["FLACARRAY_LOGLEVEL", "FLACARRAY_LOG_LEVEL"]
24
for env_key in env_keys:
0 commit comments