Logging
Drake CMS allows logging of the following important system events:
- errors (any error that would affect the Drake CMS response)
- failures at email sending
- failures at specific GD operations (for example, by the Gallery component when resizing pictures or creating thumbnails)
- repeated and constant login failures (this is a logs-only event, the user will never notice that their repeated login attempts are being logged)
See Global configuration's server settings
to customize the logging setting.
Custom logging
If you have enabled custom logging, you will be able to specify a custom logging function that will be called by Drake CMS for each logging event.
TODO: offer details and explanations