1
votes

How can I wire up Azure App Service logging in nopCommerce?

I've tried following this blog post: ASP.NET Core Logging with Azure App Service and Serilog but I don't see where loggerFactory is used in nopCommerce.

1

1 Answers

1
votes

If you're looking into version 4.0 or older, then yes! loggerFactory has not been used in that version. However, newer version (i.e version 4.1) is using it at few places.

Check current development branch at here.