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 NLog orchard-tenant-name returns None. #1974

Merged
merged 2 commits into from
Jun 15, 2018
Merged

Conversation

awyl
Copy link
Contributor

@awyl awyl commented Jun 15, 2018

Fixes #1972

@@ -19,7 +19,7 @@ protected override void DoAppend(StringBuilder builder, LogEventInfo logEvent)
var context = HttpContextAccessor.HttpContext;

// If there is no ShellSettings in the Features then the log is rendered from the Host
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just update the comment with ShellContext in place of ShellSettings.

@jtkech
Copy link
Member

jtkech commented Jun 15, 2018

Okay cool, you just need to update the comment ;)

@jtkech
Copy link
Member

jtkech commented Jun 15, 2018

Also, you need to write Fixes before the issue number so that it is closed automatically when the related pr is merged. I updated your comment.

@awyl
Copy link
Contributor Author

awyl commented Jun 15, 2018

Ah, thanks. Didn't know I have to put Fixes in front. Learnt something. =)

@sebastienros sebastienros merged commit 4c31e6b into OrchardCMS:dev Jun 15, 2018
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.

3 participants