Can we disable the logging of exceptions to the Exceptions database table? We are using Application Insights for logging and don’t need this. Can we simply remove the Exceptional part in the web.config?
Litium version: 7.2
Can we disable the logging of exceptions to the Exceptions database table? We are using Application Insights for logging and don’t need this. Can we simply remove the Exceptional part in the web.config?
Litium version: 7.2
If you add Litium.Infrastructure.WebLog.Exceptional
as an remove
-node into the plugins/assemblies web.conifg section it will not be loaded.
Thanks, Patric!