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 ...
    • How to Enable Logging for SSMS Add-ins Without Built-in Logging

      Logging is essential for diagnosing complex issues and capturing technical details that may not be immediately visible through the user interface. When troubleshooting failures or unexpected behavior in SSMS add-ins that do not provide built-in ...
    • Assembly version is found in Global Assembly Cache

      The issue can occur if gacutil left an empty folder in the‭ \‬GAC_MSIL‭\ ‬after uninstalling a previous version of a dotConnect provider.‭ ‬This is a very rare case in fact. The Global Assembly Cache can be found here: ...