Change the location of adxloader.log
Problem
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.
Solution
Do the following to change the location of adxloader.log:
- Create a backup of the file
Documents\AppData\Local\catworkxGmbH\adxloader.dll.manifestOutlook Integration for Jira\ - Ensure you have administrator access, and edit 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.
Related articles
-
Add an email as attachment without any comment to an JIRA issue (Teamworkx Outlook Integration for Jira)
-
Change the location of adxloader.log (Teamworkx Outlook Integration for Jira)
-
Whole Email Content is Added as Comment Although Only a Section of the Email Content is Selected (Teamworkx Outlook Integration for Jira)
-
Script Error in Outlook Today after installation of Outlook Integration for JIRA (Teamworkx Outlook Integration for Jira)
-
Configuration cannot be stored in primary mailbox (Teamworkx Outlook Integration for Jira)
-
-
Drop-down menus of the embedded browser do not work (Teamworkx Outlook Integration for Jira)
