Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Is it possible to add entries to the log4net.config so that payment provider logs can be rolled over like the app.log? Thanks
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
Quote:Is it possible to add entries to the log4net.config so that payment provider logs can be rolled over like the app.log? No, you can't do this. The reason is, the provider communication isn't recorded through the log4net, instead the text is written/appended in a file generated with the provider name. You can review the RecordCommunication function inside CommerceBuilder/Payments/Providers/PaymentProviderBase.cs file to see the code.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close