16 lines
568 B
XML
16 lines
568 B
XML
|
<configuration debug="false" scan="true" packagingData="true">
|
||
|
<!--
|
||
|
The ingestHydro EDEX mode is currently only used by the ALR site.
|
||
|
-->
|
||
|
<include file="${edex.home}/conf/logback-edex-properties.xml"/>
|
||
|
<include file="${edex.home}/conf/${LOG_APPENDERS_CONFIG}" />
|
||
|
|
||
|
<include file="${edex.home}/conf/logback-edex-loggers.xml" />
|
||
|
<include file="${edex.home}/conf/logback-edex-hibernate-logger.xml" />
|
||
|
|
||
|
<!-- default logging -->
|
||
|
<root>
|
||
|
<level value="INFO"/>
|
||
|
<appender-ref ref="asyncConsole"/>
|
||
|
</root>
|
||
|
</configuration>
|