is it possible to easily disable the logging? i have literally hundreds of thousands of log entries reporting the successful use of the autolink macro.
it would be nice if the successful notifications were repressed, only reporting the problems.
is this something you might be able to address, is there a reason for not doing it, can i easily do this from the source [i am not particularly .net competant]?
can logging be disabled
hi darren
is it possible to easily disable the logging? i have literally hundreds of thousands of log entries reporting the successful use of the autolink macro.
it would be nice if the successful notifications were repressed, only reporting the problems.
is this something you might be able to address, is there a reason for not doing it, can i easily do this from the source [i am not particularly .net competant]?
thanks
Logging setttings to be found in umbracoSettings.config
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>
<disabledLogTypes>
<!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> -->
</disabledLogTypes>
</logging>
Hope this helps.
Regards,
/Dirk
is working on a reply...