log tweaks

This commit is contained in:
tim
2024-10-23 01:21:01 -04:00
parent f9f13daea7
commit 012192cec6
3 changed files with 3 additions and 4 deletions

View File

@@ -2,3 +2,4 @@ metadata = '' # this setting approves no tokens
account = '${accounts.gas}'
rpc_url = '${rpc_urls.arbitrum_alchemy}'
ws_url = '${rpc_urls.arbitrum_alchemy_ws}'
concurrent_rpc_connections=16

View File

@@ -10,7 +10,7 @@ level='DEBUG'
[handlers.console]
class='logging.StreamHandler'
formatter='default'
formatter='notime'
stream='ext://sys.stdout'
[formatters.default]