Why isn't Episerver logging errors?

  • Page Owner: Not Set
  • Last Reviewed: 2019-08-01

I upgrade my site to Episerver 11, and despite logging being configured, I'm getting no log files.


Additional Posts

It's very likely you need to add the Episerver log4net nuget package: Episerver.Logging.Log4Net. Upgrading doesn't seem to automatically include this package.

You might also need to add the following to your appSettings if you haven't already:

 <add key="log4net.Config" value="EPiServerLog.config"/>
 <add key="log4net.Config.Watch" value="True"/>