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 4cd5644 commit 43b78c9Copy full SHA for 43b78c9
glueops/getoutline.py
@@ -1,5 +1,6 @@
1
import requests
2
import os
3
+import setup_logging
4
5
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO")
6
logger = setup_logging.configure(level=LOG_LEVEL)
0 commit comments