Skip to content

Commit 43b78c9

Browse files
Update getoutline.py
1 parent 4cd5644 commit 43b78c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

glueops/getoutline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import requests
22
import os
3+
import setup_logging
34

45
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO")
56
logger = setup_logging.configure(level=LOG_LEVEL)

0 commit comments

Comments
 (0)