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

Update net-configure-logs-context-all.mdx #15302

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- log4net: 1.2.10+ (.NET Framework), 2.0.10+ (.NET Core). Requires .NET Agent v9.7.0+.

<Callout variant="tip">
Many versions of Sitecore use log4net for logging. However, this version of log4net is currently unsupported by the agent.
Many versions of Sitecore use Sitecore.Logging, which is based off a fork of log4net, but independent. Support for this library was added in version 10.14.0 of the .NET Agent.

Check failure on line 42 in src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Spacing] 'e.L' should have one space. Raw Output: {"message": "[Microsoft.Spacing] 'e.L' should have one space.", "location": {"path": "src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx", "range": {"start": {"line": 42, "column": 40}}}, "severity": "ERROR"}

Check warning on line 42 in src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'is based' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'is based' looks like passive voice.", "location": {"path": "src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx", "range": {"start": {"line": 42, "column": 57}}}, "severity": "INFO"}

Check warning on line 42 in src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'was added' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'was added' looks like passive voice.", "location": {"path": "src/content/docs/logs/logs-context/net-configure-logs-context-all.mdx", "range": {"start": {"line": 42, "column": 131}}}, "severity": "INFO"}
</Callout>

- NLog: 4.1+ (.NET Framework), 4.5+ (.NET Core). Requires .NET Agent v9.7.0+.
Expand Down
Loading