Log
The Log module stores app-related events in a persistent log as they occur, aimed at providing a log of meaningful events that happened in the app.
See the Log guide to learn how to work with the Log module.
Configuration
databaseProviderNameThe name of the database provider where thelogtable is found. Default:main.cacheProviderNameThe name of the cache provider that will be used to temporally store events as they happen, to be later added to the database by theJanitorTaskLog. Default:engine.cacheKeyUniqueIdThe unique cache key to use when storing events into cache. Default:QueuedLogEventsisQueueInCacheWhether to store events in a buffer using cache for improved performance instead of storing them in the database straightaway.
Last updated
Was this helpful?