Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimisha84 authored Jun 3, 2020
1 parent 1d53853 commit 840e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ New logging support added which includes support for reporting headers and multi
Serilogger logs can be enabled for **OAuth2PlatformClient** using the following lines -

static OAuth2Client oauthClient = new OAuth2Client(clientID, clientSecret, redirectURI, appEnvironment);
//use this line to enable only intuit-tid based logs, no tokens/response will be logged
//Use this line to enable only intuit-tid based logs, no tokens/response will be logged. If set to false, all detailed logs will be available
oauthClient.EnableAdvancedLoggerInfoMode = true;
oauthClient.EnableSerilogRequestResponseLoggingForConsole = true;
oauthClient.EnableSerilogRequestResponseLoggingForDebug = true;
Expand Down

0 comments on commit 840e56d

Please sign in to comment.