How to Log BDRShield Events in Windows Event Viewer
This knowledge base article provides steps to enable Events Logging in the BDRShield Backup Server, OffsiteDR, and other BDRShield Agents.
By default, the Event Logger option is disabled in the BDRShield suite and can be enabled by editing the configuration file: `SGConfiguration.conf`, located in the `<Installation_Location>/Conf` folder.

Note:
- Event Log option is available for the Windows platform only.
- Applies to BDRShield v3.9.0 and later.
Steps to Enable Event Logs
1. Navigate to the following folder location: `<vembu_product_installation_location>/conf` and locate the `SGConfiguration.conf` file.
2. Open the `SGConfiguration.conf` file using a text editor.
3. Find the `<Event>` tag in the configuration file. The structure looks like this:
<Event IsEnabled="0" MaxCount="1000" PruneBy="3">
<EventType Status="CRITICAL_EVENT" IsEnabled="0">
<EventType Status="MAJOR_EVENT" IsEnabled="0">
<EventType Status="WARNING" IsEnabled="0">
<EventType Status="INFORMATION" IsEnabled="0">
</Event>
4. Enable Event Logger by changing the `IsEnabled` value to "1" from "0". The updated `<Event>` tag should look like this:
<Event IsEnabled="1" MaxCount="1000" PruneBy="3">
<EventType Status="CRITICAL_EVENT" IsEnabled="1">
<EventType Status="MAJOR_EVENT" IsEnabled="1">
<EventType Status="WARNING" IsEnabled="1">
<EventType Status="INFORMATION" IsEnabled="1">
</Event>
5. To apply the changes, restart the "BDRShield_Backup_Server_Virtual_Physical_Workloads" service from Services.msc on the BDRShield backup server machine.

Note:
- Service Name of Backup Agents - BDRShield Delegation Service
- Service Name of OffsiteDR Server - BDRShield_OffsiteDR_Server_Virtual_Physical_Workload

Note: After restarting, the backup server events will be logged in the Windows Event Viewer. You can view these events by navigating to Event Viewer (local) -> Windows Logs -> Application. The source of these events will be "BDRShield_Backup_Server_Virtual_Physical_Workloads." If needed, you can create a custom filter to view these events more easily.
Tags under the Event Logger option explained:
- The `MaxCount` tag refers to the event count that can be viewed in Event Viewer.
- The `PruneBy` tag refers to the timespan of events to be logged where:
- 1 refers to a day
- 2 refers to a week
- 3 refers to a month
Users can also choose the event type to be logged based on its severity using the `EventType Status` tag, where it is further classified into:
- CRITICAL_EVENT
- MAJOR_EVENT
- WARNING
- INFORMATION
These event types can be enabled by changing the `IsEnabled` value to "1" from "0" alongside the respective value.
Related Articles
Deploy BDRShield Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRShield Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Check the BDRShield Backup Server Installation on ...
BDRShield - Release Notes
BDRShield v9.1.0 Update 2 (Cloud) Release Date: May 25, 2026 Enhancement: Released platform-specific macOS backup agents optimized for Intel and ARM architectures. Bug Fixes: Improved file backup and restore operations by resolving issues related to ...
Getting Started with BDRShield
The BDRShield Getting Started Guide provides a comprehensive walkthrough of the entire backup and recovery setup process. Covering all BDRShield modules, this guide helps users configure, manage, and optimize their data protection environment. It ...
BDRShield Known Issues & Limitations
This document will provide detailed information about the known issues and limitations of each module, helping you identify potential challenges and implement effective workarounds to ensure uninterrupted operations. File & Folder Backup & Recovery ...
Prerequisites to Manually install BDRShield Backup Agent (BBA) on Microsoft Windows
BDRShield Backup Agent (BBA) runs with the service name – BDRShield Delegation Service (BDS) is a mandatory component for backup operations and is installed on the target Endpoint (Windows). When adding Endpoints (Windows) to the BDRShield Server, ...