Skip to content

Commit 34f8bd3

Browse files
committed
Remove logging settings and let it inherit from created slackbot
1 parent e4db3b1 commit 34f8bd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

beepboop/resourcer.py

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
import random
88
import logging
99

10-
log_level = os.getenv("LOG_LEVEL", "INFO")
11-
logging.basicConfig(format='%(asctime)s - %(levelname)s: %(message)s', level=log_level)
12-
logger = logging.getLogger(__name__)
13-
1410

1511
# Use binary exponential backoff to desynchronize client requests.
1612
# As described by: https://cloud.google.com/storage/docs/exponential-backoff

0 commit comments

Comments
 (0)