We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0acd6a commit 1c86a87Copy full SHA for 1c86a87
ninja_extra/operation.py
@@ -45,7 +45,7 @@ def _log_action(
45
)
46
msg = (
47
f'"{request.method.upper() if request.method else "METHOD NOT FOUND"} - '
48
- f'{route_function.__class__.__name__}[{self.view_func.__name__}] {request.path}" '
+ f'{route_function.controller.__class__.__name__}[{self.view_func.__name__}] {request.path}" '
49
f"{duration if duration else str(ex)}"
50
51
logger(msg, **kwargs)
0 commit comments