Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wef-subscriptions/Event-Log-Diagnostics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- 1104: The security log is now full. -->
<!-- 1105: Event log automatic backup. -->
<!-- 1108: The event logging service encountered an error while processing an incoming event published from %1 -->
<Select Path="Security">*[System[(EventID=1100 or EventID=1104 OR EventID=1105 OR EventID=1108)]]</Select>
<Select Path="Security">*[System[(EventID=1100 or EventID=1104 or EventID=1105 or EventID=1108)]]</Select>
</Query>
</QueryList>]]></Query>
<ReadExistingEvents>true</ReadExistingEvents>
Expand Down