mirror of
https://github.com/corda/corda.git
synced 2025-03-19 18:45:28 +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"?>
|
||||
<Configuration status="debug">
|
||||
<Configuration status="info">
|
||||
|
||||
<Properties>
|
||||
<Property name="log-path">${sys:log-path:-logs}</Property>
|
||||
<Property name="log-name">node-${hostName}</Property>
|
||||
<Property name="archive">${log-path}/archive</Property>
|
||||
<Property name="defaultLogLevel">${sys:log4j2.level:-info}</Property>
|
||||
<Property name="consoleLogLevel">${sys:consoleLogLevel:-$defaultLogLevel}</Property>
|
||||
<Property name="fileLogLevel">${sys:fileLogLevel:-$defaultLogLevel}</Property>
|
||||
<Property name="consoleLogLevel">${sys:consoleLogLevel:-error}</Property>
|
||||
<Property name="fileLogLevel">${sys:fileLogLevel:-${defaultLogLevel}}</Property>
|
||||
</Properties>
|
||||
|
||||
<Appenders>
|
||||
|
Loading…
x
Reference in New Issue
Block a user