mirror of
https://github.com/corda/corda.git
synced 2025-03-22 20:15:19 +00:00
Merge remote-tracking branch 'remotes/open/master' into merges_29_10_16_23
This commit is contained in:
commit
8dd4fe6803
@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Configuration status="debug">
|
<Configuration status="info">
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="log-path">${sys:log-path:-logs}</Property>
|
<Property name="log-path">${sys:log-path:-logs}</Property>
|
||||||
<Property name="log-name">node-${hostName}</Property>
|
<Property name="log-name">node-${hostName}</Property>
|
||||||
<Property name="archive">${log-path}/archive</Property>
|
<Property name="archive">${log-path}/archive</Property>
|
||||||
<Property name="defaultLogLevel">${sys:log4j2.level:-info}</Property>
|
<Property name="defaultLogLevel">${sys:log4j2.level:-info}</Property>
|
||||||
<Property name="consoleLogLevel">${sys:consoleLogLevel:-$defaultLogLevel}</Property>
|
<Property name="consoleLogLevel">${sys:consoleLogLevel:-error}</Property>
|
||||||
<Property name="fileLogLevel">${sys:fileLogLevel:-$defaultLogLevel}</Property>
|
<Property name="fileLogLevel">${sys:fileLogLevel:-${defaultLogLevel}}</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
||||||
<Appenders>
|
<Appenders>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user