Outlook Integration for JIRA on Outlook start creates a file adxloader.log in the directory Documents\Add-in Express\. For any reason, you want to change the location of adxloader.log file.
Do the following to change the location of adxloader.log:
Documents\Add-in Express\adxloader.dll.manifest.adxloader.dll.manifest with an text editor of your choice.Add the tag <logFileLocation> as shown in the following lines:
<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:
<loaderSettings generateLogFile="false" shadowCopyEnabled="false" privileges="user" configFileName="App.config" > </loaderSettings> |
Save the file and close your text editor.
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|