Answer the question
In order to leave comments, you need to log in
How to enable Technological journal 1C 8.3 in linux?
How to enable Technological journal 1C 8.3 in linux?
There is information on 8.2, but not on 8.3.
Is there a turnkey solution? where to create the file, what to enter in the config?
Answer the question
In order to leave comments, you need to log in
Try this: in the directory /opt/1C/v8.XXX/x86_64/conf create a logcfg.xml file
<?xml version="1.0"?>
<config xmlns="http://v8.1c.ru/v8/tech-log">
<log location="/var/log/1c/logs/excp" history="24">
<event> <eq property="name" value="excp"/>
</event>
<property name="all"/>
</log>
<log location="/var/log/1c/logs/vrs" history="24">
<event> <eq property="name" value="vrsrequest"/>
</event>
<event> <eq property="name" value="vrsresponse"/>
</event>
<property name="all"/>
</log>
<dump location="/var/log/1c/dumps" create="1" type="3"/>
</config>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question