From 5bb3c56f1905644cc312161a27720439fd36b65f Mon Sep 17 00:00:00 2001 From: Vaso Putica Date: Wed, 25 Sep 2024 09:46:06 -0500 Subject: [PATCH] COH-30977 .NET log messages include the cl number and "(TEST)" [git-p4: depot-paths = "//dev/main.net/": change = 111572] --- src/Coherence/Util/Logging/Logger.cs | 6 +++--- tests/Coherence.Tests/Resources/s4hc-test-coherence.xml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Coherence/Util/Logging/Logger.cs b/src/Coherence/Util/Logging/Logger.cs index d803d4c..2af3f2c 100644 --- a/src/Coherence/Util/Logging/Logger.cs +++ b/src/Coherence/Util/Logging/Logger.cs @@ -1,8 +1,8 @@ /* - * Copyright (c) 2000, 2020, Oracle and/or its affiliates. + * Copyright (c) 2000, 2024, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at - * http://oss.oracle.com/licenses/upl. + * https://oss.oracle.com/licenses/upl. */ using System; using System.Reflection; @@ -99,7 +99,7 @@ public static string DefaultDestination /// public static string DefaultFormat { - get { return "{date} {product} {version} <{level}> (thread={thread}): {text}"; } + get { return "{date} {product} {version} <{level}> (thread={thread}): {text}"; } } /// diff --git a/tests/Coherence.Tests/Resources/s4hc-test-coherence.xml b/tests/Coherence.Tests/Resources/s4hc-test-coherence.xml index 07197dd..af02f0f 100644 --- a/tests/Coherence.Tests/Resources/s4hc-test-coherence.xml +++ b/tests/Coherence.Tests/Resources/s4hc-test-coherence.xml @@ -73,7 +73,6 @@ stderr 6 - {date} {product} {version} (TEST) <{level}> (thread={thread}): {text} 8192