Skip to content

Commit 1c78ce2

Browse files
committed
Resolved issue raised in review
1 parent f4ef57d commit 1c78ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/fundamentals/backoffice/logviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public class AzureTableLogsComposer : IComposer
206206

207207
### Configuring Logging to Azure Table Storage
208208

209-
With the above two classes, the setup is in place to view logs from an Azure Table. However, logs are not yet persisted into the Azure Table Storage account. To enable persistence, configure the Serilog logging pipeline to store logs in Azure Table Storage.
209+
With the above three classes, the setup is in place to view logs from an Azure Table. However, logs are not yet persisted into the Azure Table Storage account. To enable persistence, configure the Serilog logging pipeline to store logs in Azure Table Storage.
210210

211211
- Install `Serilog.Sinks.AzureTableStorage` from NuGet.
212212
- Add a new sink to `appsettings.json` with credentials to persist logs to Azure.

0 commit comments

Comments
 (0)