-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full logging support on standard out #10
Comments
The log formatting was fixed and merged to the main repository here . |
Hi @gshiroma, I opened this ticket to specifically address the lack of formatted log messages on the console (aka standard out). Formatting has always been present, but it only appeared in the log file. I will put together a simple PR soon that will allow the PGE to enable formatted logging to the console. |
Thanks @collinss-jpl . If you point us to what you are planning/doing on PGE side, we may just copy the same thing. |
@hfattahi this will actually be a small change to the proteus code itself, basically just addition of a |
Great. Thanks Scott. Looking forward to the PR. |
Thank you, @collinss-jpl . Sorry, for some reason in my mind this issue had to do with logging to file rather than stdout 😅. I've been using |
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:
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.
The text was updated successfully, but these errors were encountered: