Data Logger Component
Takes the data object passed into it and adds it to the local runtime log file on the runtime system. To access this log file, one must first access the runtime system itself. The default location of the log file is /var/log/datashyft/datashyft-runtime.log
Data Governance
This component does not modify the Data Governance status of any items.
Input Channels
input — The PipelineData object to log
Output Channels
output — The PipelineData object that was passed into input – a passthrough. It is common for a Data Logger’s output channel to not be connected to anything.
Parameters
tag — (String) a prefix to prepend log statements with to make them easier to find