From 96759e7db2353ebf9cec7ff4927ec21076a6bc77 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 4 Jan 2019 14:55:15 -0800 Subject: [PATCH] Add logging link under Test, debug, and troubleshoot ToC node (#10206) Recommended by data from the treejack ToC testing. --- aspnetcore/toc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index bb14e6c295..272ec2ad96 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -180,6 +180,7 @@ ## [Snapshot debugging in Visual Studio](/visualstudio/debugger/debug-live-azure-applications) ## [Integration tests](xref:test/integration-tests) ## [Troubleshoot](xref:test/troubleshoot) +## [Logging](xref:fundamentals/logging/index) # Data access ## Tutorials