File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/Coherence/Util/Logging
tests/Coherence.Tests/Resources Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2000, 2020 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
- * http ://oss.oracle.com/licenses/upl.
5
+ * https ://oss.oracle.com/licenses/upl.
6
6
*/
7
7
using System ;
8
8
using System . Reflection ;
@@ -99,7 +99,7 @@ public static string DefaultDestination
99
99
/// </value>
100
100
public static string DefaultFormat
101
101
{
102
- get { return "{date} {product} {version} < {level}> (thread={thread}): {text}" ; }
102
+ get { return "{date} {product} {version} < {level}> (thread={thread}): {text}" ; }
103
103
}
104
104
105
105
/// <summary>
Original file line number Diff line number Diff line change 73
73
<logging-config >
74
74
<destination >stderr</destination >
75
75
<severity-level >6</severity-level >
76
- <message-format >{date} {product} {version} (TEST) < {level}> (thread={thread}): {text}</message-format >
77
76
<character-limit >8192</character-limit >
78
77
</logging-config >
79
78
<security-config >
You can’t perform that action at this time.
0 commit comments