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.
1 parent daebb17 commit 1ee0edeCopy full SHA for 1ee0ede
src/commoncode/command.py
@@ -56,6 +56,9 @@
56
"""
57
58
logger = logging.getLogger(__name__)
59
+# import sys
60
+# logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
61
+# logger.setLevel(logging.DEBUG)
62
63
# current directory is the root dir of this library
64
curr_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
0 commit comments