It would be good to have some control over logging and the log database via the UmbracoSettings.config file.
For example, runaway errors can generate very large databasaes very quickly. The ability to turn logging on and off and to select the type of data being logged via a friendly UI would be very useful.
The ability to purge errors from the log via a friendly UI would also be useful.
Feature request
Concierge is great, useful, but largely passive.
It would be good to have some control over logging and the log database via the UmbracoSettings.config file.
For example, runaway errors can generate very large databasaes very quickly. The ability to turn logging on and off and to select the type of data being logged via a friendly UI would be very useful.
The ability to purge errors from the log via a friendly UI would also be useful.
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>
<disabledLogTypes>
<logTypeAlias>error</logTypeAlias>
</disabledLogTypes>
</logging>
Thank
John P
is working on a reply...