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.
2 parents 14d280d + a70b835 commit 40fd844Copy full SHA for 40fd844
CHANGELOG.rst
@@ -98,6 +98,10 @@ Fixed
98
interpolated properly. (bug fix)
99
100
Contributed by @misterpah
101
+* Fixed a compatibility issue with the latest version of the ``logging`` library API
102
+ where the ``find_caller()`` function introduced some new variables. (bug fix) #4923
103
+
104
+ Contributed by @Dahfizz9897
105
106
Removed
107
~~~~~~~
st2common/st2common/log.py
@@ -69,7 +69,7 @@
69
_srcfile = get_normalized_file_path(__file__)
70
71
72
-def find_caller(stack_info=None):
+def find_caller(*args, **kwargs):
73
"""
74
Find the stack frame of the caller so that we can note the source file name, line number and
75
function name.
0 commit comments