November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.Logging.Log4Net 2.2.1
EPiServer.Logging.Log4Net 2.2.2
Feb 19, 2018
Oct 19, 2018
CMS Core
Closed, Fixed and tested
All log4net logging stops working when running in release mode. Only affects EPiServer.Logging.Log4Net v2.2.1
Workaround
Add the following AppSettings to the web.config.
<appSettings> <add key="log4net.Config" value="EPiServerLog.config"/> <add key="log4net.Config.Watch" value="True"/> </appSettings>
Reported through
https://swapcode.wordpress.com/2018/02/16/no-logs-after-upgrading-episerver-logging/