Skip to content

Commit

Permalink
Change p2p log level to info - testst based on network
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Kudela authored and vogel76 committed Dec 12, 2023
1 parent 92b790b commit e566204
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ def run_networks(

if blocklog_directory is not None:
node.config.shared_file_size = "1G"
node.config.log_logger = (
'{"name":"default","level":"info","appender":"stderr"}{"name":"p2p","level":"info","appender":"p2p"}'
)
node.run(replay_from=block_log, exit_before_synchronization=True, arguments=arguments)
cnt_node += 1

Expand Down

0 comments on commit e566204

Please sign in to comment.