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 11d8d77 commit 61ed29aCopy full SHA for 61ed29a
elasticapm/base.py
@@ -631,5 +631,5 @@ def set_client(client):
631
global CLIENT_SINGLETON
632
if CLIENT_SINGLETON:
633
logger = get_logger("elasticapm")
634
- logger.debug("Client object is being set more than once")
+ logger.debug("Client object is being set more than once", stack_info=True)
635
CLIENT_SINGLETON = client
0 commit comments