We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a9cc6 commit 06071c3Copy full SHA for 06071c3
README.md
@@ -48,7 +48,7 @@ Serilogger logs can be enabled for **OAuth2PlatformClient** using the following
48
49
Serilogger logs can be enabled for **QBO Api calls** using the following lines -
50
51
-ServiceContext context = new ServiceContext(dictionary["realmId"], IntuitServicesType.QBO, oauthValidator);
+ ServiceContext context = new ServiceContext(dictionary["realmId"], IntuitServicesType.QBO, oauthValidator);
52
53
context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.EnableSerilogRequestResponseLoggingForRollingFile = true;
54
context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.EnableSerilogRequestResponseLoggingForConsole = true;
0 commit comments