Awlog Writer Stage
This stage allows you to write out awlog
(Ark Web Log) files, intended to be used
during simulations or other batch processing jobs.
Configuration
There are two fields you can use to configure the AwlogWriterStage
:
output_path
- The filename that you wish to write the awlog out toincluded_channels
- An array of channels that you wish to include (or empty for all).
Typically you would only log a subset of the data you were interested in to an awlog file, in order to keeps its overall size down.
Interacting
You cannot interact with this stage; it simply records all configured data and closes the awlog file as the pipeline exits.
Metrics
This stage does not current emit any statistics.