You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2021/11/04 16:44:16 UTC

[geode] branch GEM-3421-Geode-for-Redis-String-TLS-Tests updated: one more log bump

This is an automated email from the ASF dual-hosted git repository.

ringles pushed a commit to branch GEM-3421-Geode-for-Redis-String-TLS-Tests
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/GEM-3421-Geode-for-Redis-String-TLS-Tests by this push:
     new 206d15d  one more log bump
206d15d is described below

commit 206d15d303bc2c2832f0bb5282dc4176d32ea06e
Author: Ray Ingles <ri...@vmware.com>
AuthorDate: Thu Nov 4 12:43:05 2021 -0400

    one more log bump
---
 .../apache/geode/redis/internal/executor/cluster/ClusterExecutor.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
index 9edff94..0adeb99 100644
--- a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
+++ b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
@@ -59,7 +59,7 @@ public class ClusterExecutor implements CommandExecutor {
       throws Exception {
 
     List<byte[]> args = command.getProcessedCommand();
-    logger.warn("CLUSTER, args are:" + args);
+    logger.error("CLUSTER, args are:" + args);
     byte[] subcommand = args.get(1);
 
     if (equalsIgnoreCaseBytes(subcommand, bINFO)) {