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 beb95e7 commit faa8776Copy full SHA for faa8776
datadog_callback.py
@@ -19,7 +19,7 @@ class CallbackModule(CallbackBase):
19
def __init__(self):
20
if not HAS_MODULES:
21
self.disabled = True
22
- print('Datadog callback disabled.\nMake sure you call all required libraries: "datadog" and "yaml".')
+ print('Datadog callback disabled: missing "datadog" and/or "yaml" python package.')
23
else:
24
self.disabled = False
25
# Set logger level - datadog api and urllib3
0 commit comments