Skip to content

Collecting log files for Outlook Add‐ins issues

Sivachandran edited this page Jan 9, 2025 · 13 revisions

Outlook Web

  1. Launch Browser, open Dev Tools
  2. Open URL https://outlook.office.com/mail/inbox?enableTracing&track=*
  3. Navigate to Network Tab
  4. Login to Outlook by navigating to outlook url
  5. Repro your scenario in Outlook Web
  6. Export har file from Devtools
  7. Navigate to console tab. Copy all the details into console log, and save to a text file
  8. Send the har file, and console log along with other details.

Do not share your HAR files and logs on public forums. To share them for an issue on Github, please create a private repository and give access to exextoc for the same. Revoke permissions for the repository once your issue is addressed.

New Outlook on Windows

  1. Run the following command, which will open New Outlook along with Devtools olk.exe -devtools
  2. Enable the troubleshooting log setting from the new outlook following the instructions in the snapshot: image
  3. Navigate to Network Tab in Devtools
  4. In "New Outlook" Repro your scenario
  5. Export har file from dev tools
  6. Navigate to console tab in dev tools window. Copy all the details into console log, and save to a text file
  7. Send the har file, and console log along with other details.

Do not share your HAR files and logs on public forums. To share them for an issue on Github, please create a private repository and give access to exextoc for the same. Revoke permissions for the repository once your issue is addressed.

Outlook Android and iOS

  1. Repro the issue
  2. Within Outlook for iOS and Android's settings, tap Help & Feedback.
  3. Tap Collect Diagnostics. Collect Diagnostics will capture data from Outlook for iOS and Android, Authenticator, and the Company Portal and upload all the relevant logs to Microsoft.
  4. Tap Get Started.
  5. Tap Upload Outlook Logs (iOS) or Collect Logs (Android).
  6. Share the incident ID

Outlook Mac

  1. Re-launch Outlook
  2. Repro the issue
  3. Click on Help->Collect Diagnostics
  4. Share the incident ID
Clone this wiki locally