How to View Windows Logs

How to View Windows Logs

Windows Logs can be used to collect additional diagnostic information related to system or application issues. This article describes how to open Event Viewer and extract relevant error details.

Steps

Step 1. Reproduce the issue

Reproduce the issue you have encountered so that the relevant events are recorded in the system logs.

Step 2. Open Event Viewer

You can open Event Viewer in one of the following ways:
  1. Press Windows + R, type eventvwr.msc, and click OK
  2. Open Start, begin typing Event Viewer, and select Event Viewer from the search results (as shown in the screenshot below)


Step 3. Open Windows Logs

After the Event Viewer interface opens, expand the Windows Logs section.
Focus on the following two entries in this category:
  1. Application
  2. System


Step 4. Copy error details

Open each of these sections and locate the relevant errors.

For every error found, switch to the Details tab and copy the error content into a separate file, as shown in the screenshot below:


    • Related Articles

    • TLS 1.3 Support on Windows 10 with MySQL and PostgreSQL

      Issue When connecting to MySQL or PostgreSQL servers on Windows 10, you may encounter errors if the server is configured to use only TLS 1.3. However, the connection succeeds if TLS 1.2 and TLS 1.3 are both enabled. Reason Windows 10 does not support ...
    • How to View System Information in dbForge Products

      To help diagnose issues or provide system details to Devart support, you can easily access the system information in your dbForge product. Here's how: Open the dbForge product you are using (this applies to standalone tools like Studio for MySQL as ...
    • How to Install MySQL on Windows Using MySQL Installer

      This article provides a comprehensive walkthrough on how to install MySQL on Windows using the official MySQL Installer. Follow the step-by-step guide to ensure MySQL Server and its tools are installed and configured correctly for development or ...
    • Transaction Notification Is Not Displayed When VIEW SERVER STATE Is Missing

      The Notification if execution contains open transactions option works as expected on some SQL Server instances, but does not display any notifications on others. This behavior is typically caused by the absence of the VIEW SERVER STATE privilege for ...
    • How to Collect Log Files for Code Compare

      Applies to: Code Compare Log File Location The log files are sorted in the following folder: %AppData%\Roaming\Devart\Code Compare\Logs Steps to collect Logs: Reproduce the issue in Code Compare. Open File Explorer and navigate to: ...