Skip to content

Commit

Permalink
Logging info -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Mar 2, 2020
1 parent 36287c0 commit 664047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get(self):
instrument, callback = get_instrument_and_callback(path)

# Debug is only needed when debugging
logger.info("Connection from {} looking at {}".format(self.request.remote_ip, instrument))
logger.debug("Connection from {} looking at {}".format(self.request.remote_ip, instrument))

with scraped_data_lock:
if instrument == "ALL":
Expand Down

0 comments on commit 664047d

Please sign in to comment.