Skip to content

Commit

Permalink
Merge pull request #3 from amerck/master
Browse files Browse the repository at this point in the history
Updating logger name to fix infinite recursion
  • Loading branch information
MattCarothers committed Jun 20, 2019
2 parents 17ad450 + d9f9921 commit 83c3ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from datetime import datetime
from uuid import uuid4

logger = logging.getLogger('')
logger = logging.getLogger('uhp')

class UHPEvent():
def __init__(self, src_ip, src_port, dest_ip, dest_port, action, message, tags=[], fields={}, session_id=None, signature=None):
Expand Down

0 comments on commit 83c3ea6

Please sign in to comment.