Skip to content

Commit

Permalink
Remove stop propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jul 14, 2020
1 parent 1f3d877 commit cd7d837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dsdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def get_logger(name, level=INFO):
handler.setLevel(level)
handler.setFormatter(Formatter(formatter_string))
result = getLogger(name)
result.propagate = False
result.addHandler(handler)
return result

Expand Down

0 comments on commit cd7d837

Please sign in to comment.