You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I see junk messages in Eventlog along with my main message:
The description for Event ID 43413 from source MyXYZSource cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The message resource is present but the message was not found in the message table
I have no idea where the Event ID 43413 came from????
The problem can be easily solved if I can assign Event ID = 1 to events Serilog writes.
Is there an easy way to do that in App.Config that I showed above?
The text was updated successfully, but these errors were encountered:
Hi - thanks for the note. I've just transferred this issue to the relevant repository, hopefully someone watching the discussion here will come up with a solution. If not, Stack Overflow's serilog tag can often attract some eyes :-)
Hi @AllanXu49, I don't think we have app.config support for this behavior currently but with PR #23 we did add capability to customize the EventIds generated from LogEvents via managed code.
I have the following items in my App.COnfig and I can write to Windows Event Log
However I see junk messages in Eventlog along with my main message:
I have no idea where the Event ID 43413 came from????
The problem can be easily solved if I can assign Event ID = 1 to events Serilog writes.
Is there an easy way to do that in App.Config that I showed above?
The text was updated successfully, but these errors were encountered: