Skip to content

Commit

Permalink
Add default argument for root logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jul 15, 2020
1 parent 105bf01 commit e9a396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logger = getLogger(__name__)


def get_logger(name, level=INFO):
def get_logger(name="", level=INFO):
"""Get logger.
Actual handlers are typically set by the application.
Expand Down

0 comments on commit e9a396b

Please sign in to comment.