Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
rm: level
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoheiko committed Feb 17, 2015
1 parent d270137 commit 522d277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logging/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def dict(self):

# Startup
Event('starting', comment='one of the first log events, before any operation is started',
level='info', eth_version=protocol_version, client_impl=client_impl)
eth_version=protocol_version, client_impl=client_impl)

# P2P

Expand All @@ -62,7 +62,7 @@ class P2PEvent(Event):
# P2PEvent('p2p.connecting', remote_addr=client_addr)
P2PEvent('p2p.connected',
comment='as soon as a successful connetion to another node is established',
level='info', remote_addr=client_addr, remote_version_string=client_impl)
remote_addr=client_addr, remote_version_string=client_impl)
# P2PEvent('p2p.handshaked', remote_capabilities=[])
# P2PEvent('p2p.disconnected')
# P2PEvent('p2p.disconnecting', reason='')
Expand Down

0 comments on commit 522d277

Please sign in to comment.