We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb158a0 commit f8906e2Copy full SHA for f8906e2
1 file changed
sqlalchemy_collectd/server/plugin.py
@@ -41,7 +41,7 @@ def start_plugin(config):
41
if monitor_host is not None and monitor_port is not None:
42
from sqlalchemy_collectd.connmon import plugin as connmon
43
44
- collectd.warning(
+ log.warn(
45
"the connmon plugin should now be configured separately in its "
46
"own <Module> section"
47
)
0 commit comments