Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
...
Documents\Add-in ExpressAppData\Local\catworkx GmbH\Outlook Integration for Jira\adxloader.dll.manifest.adxloader.dll.manifest with an text editor of your choice.Add the tag <logFileLocation> as shown in the following lines:
| Code Block |
|---|
<loaderSettings generateLogFile="true" shadowCopyEnabled="false" privileges="user" configFileName="App.config" > <logFileLocation>C:\temp</logFileLocation> </loaderSettings> |
Alternatively, you can set the parameter generateLogFile to false if you do not need a log file:
| Code Block |
|---|
<loaderSettings generateLogFile="false" shadowCopyEnabled="false" privileges="user" configFileName="App.config" > </loaderSettings> |
Save the file and close your text editor.
...