update log message
This commit is contained in:
parent
e7e7adc141
commit
bc879b51cc
|
@ -99,7 +99,7 @@ async def check_docker_logs():
|
||||||
# No critical or severe errors, return a heartbeat type message
|
# No critical or severe errors, return a heartbeat type message
|
||||||
return await send_msg(
|
return await send_msg(
|
||||||
client,
|
client,
|
||||||
"No critical or severe warnings in log since `{}` hours".format(CHECK_HOURS),
|
"No critical or severe warnings in log since {} hours".format(CHECK_HOURS),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue