We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9431981 commit 4371ae9Copy full SHA for 4371ae9
diffpy/srfit/tests/__init__.py
@@ -20,7 +20,7 @@
20
import logging
21
22
logging.basicConfig()
23
-logger = logging.getLogger('diffpy.srfit.tests')
+logger = logging.getLogger(__name__)
24
del logging
25
26
0 commit comments