Log
Log major data set events.
Settings
config.log.events = ["load", "save", "storage"] # the default
To log all event types unconditionally, simply set config.log.events
to true
.
Loggable events
load
, when a loader is runsave
, when a writer is runstorage
, when storage is accessed, in read or write mode
Other transformers or plugins may extend the list of recognised events.