Change log level of debug line for timeline query (#1075)

This commit is contained in:
Jonathan Zernik 2021-08-27 05:44:27 -07:00 committed by GitHub
parent 1aa3af8b9a
commit 94fc880fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ class SqueakDb:
block_height = block_height or MAX_INT
squeak_time = squeak_time or MAX_INT
squeak_hash = squeak_hash or MAX_HASH
logger.info("""Timeline db query with
logger.debug("""Timeline db query with
limit: {}
block_height: {}
squeak_time: {}
@ -443,7 +443,7 @@ class SqueakDb:
logger.debug("Query s: {}".format(s))
with self.get_connection() as connection:
# logger.info("Mogrify lookup_squeaks: {}.".format(
# logger.debug("Mogrify lookup_squeaks: {}.".format(
# connection.connection.cursor().mogrify(s),
# ))
result = connection.execute(s)