Change the location of adxloader.log
Problem
Outlook Connector for JIRA on Outlook start creates a file adxloader.log in the directory %TEMP%\Outlook Connector for Jira\. For any reason, you want to change the location of adxloader.log file.
Solution
Do the following to change the location of adxloader.log:
Create a backup of the file
%LOCALAPPDATA\Outlook Connector for Jira\adxloader.dll.manifestEdit the file
adxloader.dll.manifestwith 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
generateLogFiletofalseif 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.
gesesoft GmbH, Am Egels 1, 49777 Stavern - https://www.gesesoft.net