<profile>
<subsystem xmlns="urn:jboss:domain:logging:6.0">
<!-- Агенты сервиса согласования -->
<periodic-rotating-file-handler name="CMAgentVisa" autoflush="true">
<formatter>
<named-formatter name="PATTERN"/>
</formatter>
<file relative-to="jboss.server.log.dir" path="CMAgent\cmagent_visa.log"/>
<suffix value=".yyyy-MM-dd"/>
<append value="true"/>
</periodic-rotating-file-handler>
<!-- Согл - Уведомление о сроке (комб/посл.) -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingRemindSerialAndComb" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Уведомление о сроке (парал.) -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingRemindParallel" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Уведомление о приостановленных листах -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingRemindFreez" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Прекращение по вышестоящему листу -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingInterrupt" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Отзыв визы -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingPostUpdateAnswer" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Обработка листа согласования -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingUpdateByChlogVisa" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Обработка визы -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingUpdateByChLogAnswer" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
<!-- Согл - Прекращение по времени -->
<logger category="ru.intertrust.cmj.af.apre._stdimpl.dao.approving.agents.ApprovingInterruptByTime" use-parent-handlers="false">
<level name="DEBUG"/>
<handlers>
<handler name="CMAgentVisa"/>
</handlers>
</logger>
</subsystem>
</profile> |