Skip to content

Commit

Permalink
Shorten line to be < 79
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianMichiels committed Dec 24, 2019
1 parent 5013e30 commit f39e8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colorlog/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
BASIC_FORMAT = "%(log_color)s%(levelname)s%(reset)s:%(name)s:%(message)s"


def basicConfig(style='%', log_colors=None, reset=True, secondary_log_colors=None, **kwargs):
def basicConfig(style='%', log_colors=None, reset=True,
secondary_log_colors=None, **kwargs):
"""Call ``logging.basicConfig`` and override the formatter it creates."""
logging.basicConfig(**kwargs)
logging._acquireLock()
Expand Down

0 comments on commit f39e8ed

Please sign in to comment.