Skip to content

Commit 8c0b091

Browse files
committed
update bookmark links
1 parent 02f1796 commit 8c0b091

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/ide/dotfuscator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ See [the full Dotfuscator Community User Guide at preemptive.com][full] for deta
383383
[attributes-checks]: https://www.preemptive.com/dotfuscator/ce/docs/help/attributes_checks.html
384384
[attributes-obfuscation]: https://www.preemptive.com/dotfuscator/ce/docs/help/attributes_obfuscation.html
385385

386-
[verbosity]: ../how-to-view-save-and-configure-build-log-files.md#to-change-the-amount-of-information-included-in-the-build-log
386+
[verbosity]: ../how-to-view-save-and-configure-build-log-files.md#specify-data-verbosity-for-build-logs
387387
[dotnet-attributes]: /dotnet/standard/attributes
388388
[application-insights]: /azure/azure-monitor/app/app-insights-overview
389389
[nuget-org]: https://www.nuget.org/

docs/ide/how-to-view-save-and-configure-build-log-files.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View, save, and configure build log files
33
description: Explore how to configure build log files with information about the compiler and other tools for troubleshooting build failures.
4-
ms.date: 08/20/2024
4+
ms.date: 08/21/2024
55
ms.subservice: compile-build
66
ms.topic: how-to
77
author: ghogen
@@ -45,8 +45,6 @@ Use the following procedures to generate and view build log files for your scena
4545

4646
You can generate build logs by running MSBuild directly from the command line by using the `-fileLogger` (`-fl`) command-line option. For more information, see [Obtain build logs with MSBuild](../msbuild/obtaining-build-logs-with-msbuild.md).
4747

48-
<a name="to-change-the-amount-of-information-included-in-the-build-log"></a>
49-
5048
## Specify data verbosity for build logs
5149

5250
You can specify how much information to include in the build log files. The amount of data in the log file columns is measured as *logger verbosity*. The number of log file rows represent *messages collected*. The log verbosity (column values) affects the types of logged messages (row values). **Quiet** verbosity produces minimal logging in the build output. **Diagnostic** is the most verbose setting and generates log files with all possible data.

docs/msbuild/errors/msb3721.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ If you can't see the exact command-line that failed, you can change the verbosit
2626

2727
You can also set the `MSBuildDebugEngine` environment variable to 1 to get all possible logs. See [Building MSBuild for the .NET Framework - Logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs).
2828

29-
In Visual Studio, you can change the verbosity in **Tools** > **Options**, **Projects and Solutions**, **Build and Run**. See [How to: View, save, and configure build log files](../../ide/how-to-view-save-and-configure-build-log-files.md#to-change-the-amount-of-information-included-in-the-build-log).
29+
In Visual Studio, you can change the verbosity in **Tools** > **Options**, **Projects and Solutions**, **Build and Run**. See [How to: View, save, and configure build log files](../../ide/how-to-view-save-and-configure-build-log-files.md#specify-data-verbosity-for-build-logs).

0 commit comments

Comments
 (0)