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