Skip to content

Commit 30e9675

Browse files
authored
Merge pull request #81229 from bgavrilMS/patch-4
Update msal-logging-dotnet.md
2 parents aa27471 + c2c4937 commit 30e9675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-logging-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: aaddev
2222

2323
## Configure logging in MSAL.NET
2424

25-
In MSAL 3.x, logging is set per application at app creation using the `.WithLogging` builder modifier. This method takes optional parameters:
25+
In MSAL 4.x, logging is set per application at app creation using the `.WithLogging` builder modifier. This method takes optional parameters:
2626

2727
- `Level` enables you to decide which level of logging you want. Setting it to Errors will only get errors
2828
- `PiiLoggingEnabled` enables you to log personal and organizational data if set to true. By default this is set to false, so that your application does not log personal data.

0 commit comments

Comments
 (0)