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 256bdc7 commit 54f00b5Copy full SHA for 54f00b5
UnleashClient/api/metrics.py
@@ -41,7 +41,7 @@ def send_metrics(
41
42
if resp.status_code != 202:
43
log_resp_info(resp)
44
- LOGGER.warning("Unleash CLient metrics submission failed.")
+ LOGGER.warning("Unleash Client metrics submission failed.")
45
return False
46
47
LOGGER.info("Unleash Client metrics successfully sent!")
0 commit comments