Skip to content

Commit

Permalink
COH-30977 .NET log messages include the cl number and "(TEST)"
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 111572]
  • Loading branch information
vasac committed Sep 25, 2024
1 parent 7f1deff commit 5bb3c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Coherence/Util/Logging/Logger.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -99,7 +99,7 @@ public static string DefaultDestination
/// </value>
public static string DefaultFormat
{
get { return "{date} {product} {version} &lt;{level}&gt; (thread={thread}): {text}"; }
get { return "{date} {product} {version} <{level}> (thread={thread}): {text}"; }
}

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion tests/Coherence.Tests/Resources/s4hc-test-coherence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<logging-config>
<destination>stderr</destination>
<severity-level>6</severity-level>
<message-format>{date} {product} {version} (TEST) &lt;{level}&gt; (thread={thread}): {text}</message-format>
<character-limit>8192</character-limit>
</logging-config>
<security-config>
Expand Down

0 comments on commit 5bb3c56

Please sign in to comment.