identity: added LOG_FILE_PATH to startup service

This commit is contained in:
Alexey Bannov 2024-02-19 14:35:04 +03:00
parent 2ee869d9bb
commit bbd4d8013d

View File

@ -3,6 +3,7 @@
<name>ONLYOFFICE IdentityService</name>
<startmode>manual</startmode>
<executable>java</executable>
<env name="LOG_FILE_PATH" value="../../Logs/identity-authorization.log"/>
<arguments>-jar ../../server/common/ASC.Identity/authorization/target/identity-authorization.jar</arguments>
<log mode="none"/>
<delayedAutoStart>true</delayedAutoStart>