Skip to content

Commit c36fb82

Browse files
committed
chore: change logging from INFO to DEBUG
1 parent a2552e9 commit c36fb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
DEFAULT_BLOCK_TIME = 3 # seconds
6767

6868

69-
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
69+
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.DEBUG)
7070

7171
class AsyncClient:
7272
def __init__(

0 commit comments

Comments
 (0)