-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Logging sent to standard out by the DSWx-HLS SAS Interface delivery does not include all the formatting that is included when creating a log file with the --log option.
Logging sent to standard out should be configurable to include all comma-delimited metadata columns, for example:
2021-11-03 20:13:08.795, INFO, DSWx-HLS, dswx_hls, 999999, DSWx-HLS-0.1/bin/dswx_hls.py:1048, "Input runconfig file: runconfig/runconfig_dswx_hls.yaml"
The PGE layer is designed to incorporate the SAS logging sent to standard out, and parses the additional metadata fields from both the PGE and SAS log sections for metrics reporting.
Reactions are currently unavailable