Блок кода | ||||
---|---|---|---|---|
|
<periodic-rotating-file-handler name="Notice" autoflush="true">
<formatter>
<named-formatter name="PATTERN"/>
</formatter>
<file relative-to="jboss.server.log.dir" path="Notice\notice.log"/>
<suffix value=".yyyy-MM-dd"/>
<append value="true"/>
</periodic-rotating-file-handler>
<!-- ... -->
<logger category="ru.intertrust.cm.core.business.impl.NotificationServiceImpl" use-parent-handlers="false">
<level name="ALL"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger>
<logger category="ru.intertrust.cm_sochi.srv.connector.sochi.notifications.pkd.PkdBaseChannel" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger>
<logger category="ru.intertrust.cm_sochi.srv.connector.sochi.notifications.SochiNotificationChannelSelector" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger>
<logger category="ru.intertrust.cm_sochi.srv.connector.sochi.notifications.pkd.PkdNotificationChannel" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger>
<logger category="ru.intertrust.cm_sochi.srv.connector.sochi.notifications.pkd.SochiMailNotificationChannel" use-parent-handlers="false">
<level name="ALL"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger>
<logger category="ru.intertrust.cm.core.business.impl.notification.MailNotificationChannel" use-parent-handlers="false">
<level name="ALL"/>
<handlers>
<handler name="Notice"/>
</handlers>
</logger> |
Действия
toc