Skip to content

Commit

Permalink
Remove logging settings and let it inherit from created slackbot
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s committed Apr 14, 2016
1 parent e4db3b1 commit 34f8bd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions beepboop/resourcer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
import random
import logging

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


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

0 comments on commit 34f8bd3

Please sign in to comment.