less-log
This commit is contained in:
parent
9118ae9268
commit
f75eb13971
|
@ -37,8 +37,6 @@ def after_cursor_execute(conn, cursor, statement, parameters, context, executema
|
||||||
stars = '*' * math.floor(total*1000)
|
stars = '*' * math.floor(total*1000)
|
||||||
if stars:
|
if stars:
|
||||||
logger.debug(f'\n{statement}\n {stars} {total*1000} s\n')
|
logger.debug(f'\n{statement}\n {stars} {total*1000} s\n')
|
||||||
else:
|
|
||||||
logger.error(f"Не удалось найти информацию о времени начала запроса с идентификатором {query_id}.")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user