Skip to content

Write logs to Windows Event Log#13

Merged
BrandesEric merged 3 commits intomainfrom
event-log
Feb 19, 2026
Merged

Write logs to Windows Event Log#13
BrandesEric merged 3 commits intomainfrom
event-log

Conversation

@BrandesEric
Copy link
Copy Markdown
Contributor

In order to setup event log writing, the agent must be installed with certkit-agent.exe install and run as a service. Writes to the Application log for now with CertKit as the source. (Setting up a custom log requires a manifest and some other trickery which felt like a bridge too far at the moment)

Can read the latest logs via powershell with:

Get-WinEvent -LogName Application -MaxEvents 50 | Where-Object { $_.ProviderName -eq "CertKit" }
image

@BrandesEric BrandesEric merged commit 91e4f70 into main Feb 19, 2026
1 check passed
@J-Griffin J-Griffin deleted the event-log branch March 13, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant