Commit ec4a5494 authored by 唐香港's avatar 唐香港

Update alarm_kafka_connect.py

parent 87fd5ddc
......@@ -172,7 +172,7 @@ def python_callable(**kwargs):
error_msg += msg
if error_msg:
raise Exception(error_msg)
logger.error('kafka connect status ok!')
logger.info('kafka connect status ok!')
for service in SERVICES:
task = PythonOperator(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment