Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
romaryd committed Jan 4, 2018
2 parents 8916a42 + 1524133 commit f344f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loggingmixin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ def logger(self):
"""
if not hasattr(self, '_logger') or not self._logger:
self._logger = ServiceLogger()
return self._logger
return self._logger

0 comments on commit f344f90

Please sign in to comment.