1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-10-30 23:47:54 +02:00
Files
docker_fresh/images/core/conf/logcfg.xml
2020-04-05 21:21:05 +03:00

18 lines
546 B
XML

<config xmlns="http://v8.1c.ru/v8/tech-log">
<dump location="/var/log/1c/dumps" create="1" type="3"/>
<log location="/var/log/1c/excp" history="1">
<event>
<eq property="name" value="EXCP"/>
</event>
<property name="all">
</property>
</log>
<system level="Trace" class="OID2Log" />
<log location="/var/log/1c/openid" history="1">
<event>
<eq property="class" value="OID2Log" />
</event>
<property name="all" />
</log>
</config>