mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Change log level of debug line for timeline query (#1075)
This commit is contained in:
parent
1aa3af8b9a
commit
94fc880fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue