Skip to content

Commit

Permalink
Use Connexion logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jakul authored and jmcs committed Jul 23, 2018
1 parent e326711 commit 76ff668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def function(self):
function = validation_decorator(function)

uri_parsing_decorator = self.__uri_parsing_decorator
logging.debug('... Adding uri parsing decorator (%r)', uri_parsing_decorator)
logger.debug('... Adding uri parsing decorator (%r)', uri_parsing_decorator)
function = uri_parsing_decorator(function)

# NOTE: the security decorator should be applied last to check auth before anything else :-)
Expand Down

0 comments on commit 76ff668

Please sign in to comment.