-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Closed
Labels
Pri1Pri2Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-enhancement
Milestone
Description
Can you give me more precision regarding this sentence : "If your logging data store is slow, don't write to it directly. Consider writing the log messages to a fast store initially, then move them to the slow store later. For example, log to a message queue that's read and persisted to slow storage by another process."
I want to store log in SQL server, so I suppose it's a slow data store. So I would like what you mean by "log to a message queue". Do you reffer to RabbitMQ for example ?
Yours sincerely,
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 7184a308-a254-9350-a5cd-5bced1f369ae
- Version Independent ID: 726e3bf1-f367-d733-8933-bccc04da0e16
- Content: Logging in ASP.NET Core
- Content Source: aspnetcore/fundamentals/logging/index.md
- Product: aspnet-core
- Technology: aspnetcore-fundamentals
- GitHub Login: @tdykstra
- Microsoft Alias: tdykstra
wadebee, IanKemp and ahaleiii
Metadata
Metadata
Assignees
Labels
Pri1Pri2Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-enhancement