24 lines
657 B
Diff
24 lines
657 B
Diff
From fbefa52578c5b803e986466e0b9930316a779adb Mon Sep 17 00:00:00 2001
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
|
Date: Wed, 9 Apr 2025 12:30:36 +0200
|
|
Subject: [PATCH] tomcat: only log "validate_all_tomcat[$TOMCAT_NAME]" on
|
|
debug-level
|
|
|
|
---
|
|
heartbeat/tomcat | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/tomcat b/heartbeat/tomcat
|
|
index 1e8f21638..540cb733e 100755
|
|
--- a/heartbeat/tomcat
|
|
+++ b/heartbeat/tomcat
|
|
@@ -560,7 +560,7 @@ validate_all_tomcat()
|
|
{
|
|
local port
|
|
local rc=$OCF_SUCCESS
|
|
- ocf_log info "validate_all_tomcat[$TOMCAT_NAME]"
|
|
+ ocf_log debug "validate_all_tomcat[$TOMCAT_NAME]"
|
|
|
|
check_binary $WGET
|
|
|