Posted on 22/02/2017 10:07:59
In DW8 this is probably because of your web.config which does not contain the right configuration. It should have a section like this:
<common>
<logging>
<factoryAdapter type="Dynamicweb.Diagnostics.Logging.DynamicwebLoggerFactoryAdapter, Dynamicweb.Diagnostics">
<arg key="Adapters" value="Common.Logging.NLog.NLogLoggerFactoryAdapter, Common.Logging.NLog20" />
<arg key="Common.Logging.NLog.NLogLoggerFactoryAdapter_configType" value="INLINE" />
</factoryAdapter>
</logging>
</common>
In DW9, the config is managed by code.