You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -211,23 +211,24 @@ public class AzureTableLogsComposer : IComposer
211
211
212
212
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.
213
213
214
-
* Install `Serilog.Sinks.AzureTableStorage` from NuGet.
215
-
* Add a new sink to `appsettings.json` with credentials to persist logs to Azure.
214
+
- Install `Serilog.Sinks.AzureTableStorage` from NuGet.
215
+
- Add a new sink to `appsettings.json` with credentials to persist logs to Azure.
216
216
217
217
The following sink needs to be added to the [`Serilog:WriteTo`](https://github.com/serilog/serilog-sinks-azuretablestorage#json-configuration) array.
For more in-depth information about logging and how to configure it, see the [Logging](../code/debugging/logging.md) article.
230
231
231
232
### Compact Log Viewer - Desktop App
232
233
233
-
[Compact Log Viewer](https://www.microsoft.com/store/apps/9N8RV8LKTXRJ?cid=storebadge\&ocid=badge). A desktop tool is available for viewing and querying JSON log files in the same way as the built-in Log Viewer in Umbraco.
234
+
[Compact Log Viewer](https://www.microsoft.com/store/apps/9N8RV8LKTXRJ?cid=storebadge&ocid=badge). A desktop tool is available for viewing and querying JSON log files in the same way as the built-in Log Viewer in Umbraco.
0 commit comments