We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug (documentation) / Feature Request
NLog version: 4.5.6
NLog.Web/NLog.Web.AspNetCore version: 4.5.4
NLog.Extensions.Logging version: N/A
Platform: ASP.NET Core 2.0
Current NLog config:
layout="${aspnet-request-cookie:CookieNames=TestCookie}"
In case of a BUG:
TestCookie=TheCookieValue
TheCookieValue
Did you checked the Internal log? No, not an error.
Please post full exception details (message, stacktrace, inner exceptions): N/A
Are there any workarounds? No
Is there a version in which it did work? Don't Know
Can you help us by writing an unit test? Absolutely
In case of a FEATURE REQUEST:
If this is a feature that should be added, perhaps as a flag like ValueOnly...
ValueOnly
I'm happy to add this feature if that is OK.
The text was updated successfully, but these errors were encountered:
👍 I propose a new option to the layout renderer. Please add some unit tests if possible.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Type: Bug (documentation) / Feature Request
NLog version: 4.5.6
NLog.Web/NLog.Web.AspNetCore version: 4.5.4
NLog.Extensions.Logging version: N/A
Platform: ASP.NET Core 2.0
Current NLog config:
In case of a BUG:
Will print
As per documentation, value of the cookie not including its name written to the log.
Did you checked the Internal log? No, not an error.
Please post full exception details (message, stacktrace, inner exceptions): N/A
Are there any workarounds? No
Is there a version in which it did work? Don't Know
Can you help us by writing an unit test? Absolutely
In case of a FEATURE REQUEST:
If this is a feature that should be added, perhaps as a flag like
ValueOnly
...Our logs are parsed and having the key/value pair syntax causes a problem for this. We need the value only if possible.
I'm happy to add this feature if that is OK.
The text was updated successfully, but these errors were encountered: