A
A
Azazel PW2015-09-21 08:35:29
linux
Azazel PW, 2015-09-21 08:35:29

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

1 answer(s)
C
Cool Admin, 2015-09-21
@azazelpw

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>

having previously created a folder for logging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question