Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the MaximumPayloadLengthChars #54

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

0xced
Copy link
Member

@0xced 0xced commented Jun 6, 2024

The EventLog.WriteEntry documentation says the maximum is 31839 but it was found empirically that the maximum is 31718 on Windows 10.

The UsingSuperLongLogMessageWorks test now passes again.

Note: I have opened this pull request as draft because I also opened dotnet/dotnet-api-docs#9999 which proposes to change the official documentation about the maximum message size. So let's see what the documentation team has to say about it first...

The [EventLog.WriteEntry documentation][1] says the maximum is 31839 but it was found empirically that the maximum is 31718 on Windows 10.

The `UsingSuperLongLogMessageWorks` test now passes again.

[1]: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.eventlog.writeentry
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