Skip to content

Commit cf2b75a

Browse files
committed
Uncomment debug logger in __init__.py
1 parent 584bc6d commit cf2b75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__author__ = 'Edgar Walker, Fabian Sinz, Dimitri Yatsenko, Raphael Guzman'
2121

2222
# turn on verbose logging
23-
# logging.basicConfig(level=logging.DEBUG)
23+
logging.basicConfig(level=logging.DEBUG)
2424

2525
__all__ = ['__author__', 'PREFIX', 'CONN_INFO']
2626

0 commit comments

Comments
 (0)