TFS4JIRA Self-Hosted - How to increase number of log entries in TFS4JIRA UI

TFS4JIRA Self-Hosted has a LOG section in the top menu.

By default, application users can only see 100 last log file entries.

To increase how many log entries are visible in the LOG UI, please do the following:

  1. Go to the web.config file and edit it (with Notepad, for example).

    1. default location: C:\inetpub\wwwroot\tfs-jira-synchronizer

  2. Search for the following line: <add key="logSize" value="100" />

  3. Change the value to your preference, for example, 1000 entries:

    1.  

       

  4. Save the web.config file.

    1. At this point, the TFS4JIRA application pool will recycle. Therefore the user will need to re-login to TFS4JIRA.

  5. Now your LOG section will show a set number of entries.

Please be aware that all web.config ‘corrections’ will be overwritten with the next TFS4JIRA update, meaning users will need to re-enter all values again.