Skip to content

Commit 1ee0ede

Browse files
committed
Enable logging
1 parent daebb17 commit 1ee0ede

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commoncode/command.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"""
5757

5858
logger = logging.getLogger(__name__)
59+
# import sys
60+
# logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
61+
# logger.setLevel(logging.DEBUG)
5962

6063
# current directory is the root dir of this library
6164
curr_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)