SystemLog
The SystemLog module stores system events in a persistent log as they occur, aimed at monitoring failures, warnings and notices that usually generated by core modules.
Configuration
eventsToLogAn array of the SystemLogEvent class names to be stored in the log. The events not listed here will not be logged even if they're triggered. Set it to false to log all events. Default:falsetableNameThe name of the table in the database where the log events will be stored. Default:cherrycake_systemLog.cacheProviderNameThe name of the cache provider to use. Default:engine.databaseProviderNameThe name of the database provider to use. Default:main.cacheKeyUniqueIdThe unique cache key to use when storing events into cache. Default:QueuedSystemLogEvents.isQueueInCacheWhether to store events in a buffer using cache for improved performance instead of storing them in the database straightaway. Default:true.
Last updated
Was this helpful?