Skip to content
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

make EVS stdout timestamps configurable #2358

Open
CDKnightNASA opened this issue May 26, 2023 · 0 comments
Open

make EVS stdout timestamps configurable #2358

CDKnightNASA opened this issue May 26, 2023 · 0 comments
Assignees

Comments

@CDKnightNASA
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently the EVS output includes a full timestamp of YYYY-DDD HH:MM:SS.XXXXX which, for most users, is too much information (how likely are you going to run cFS for years?) and creates a lot of noise in the output. Instead, EVS should be configurable (compile-time, load-time, or run-time) to control what output timestamp format it should use.

Describe the solution you'd like
A runtime-reconfigurable timestamp, at minimum the format string to use for strftime, plus "%f" (not part of the C standard, but adopted from the Python strftime API) for the microseconds. Additionally, instead of "clock time", have an option to switch to "seconds since start" and/or "seconds since timer reset" with an associated reset command.

Describe alternatives you've considered
Leaving well enough alone.

Additional context
See also #2295

Requester Info
Christopher.D.Knight@nasa.gov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants