16 lines
No EOL
569 B
XML
16 lines
No EOL
569 B
XML
<configuration debug="false" scan="true" packagingData="true">
|
|
<!--
|
|
The requestHydro 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> |