Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/flask_state/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class LoggingWrap:
def __init__(self):
self.logger = None

def find_caller(self, stack_info=False):
def find_caller(self, stack_info=False, stacklevel=1):
"""
Overwrite
Find the stack frame of the caller so that we can note the source
Expand Down