logger: prefix system-log lines with date/time (or uptime)#183
Open
czipis wants to merge 1 commit into
Open
Conversation
a91cf7f to
85d5a16
Compare
Add a per-line timestamp to the System log ring buffer. Once the clock is set (SNTP sync or manual), lines are prefixed with local "YYYY-MM-DD HH:MM:SS "; before that, an uptime "[ssss.mmm] " is used so we never emit a misleading 1970 wall-clock. esp_log's own "(<ts>)" token is stripped at line starts to avoid double-timestamping, and the prefix is only applied at line starts since one log line can arrive as several fragments. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
85d5a16 to
e13ceb1
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add a per-line timestamp to the System log ring buffer. Once the clock is set (SNTP sync or manual), lines are prefixed with local "YYYY-MM-DD HH:MM:SS "; before that, an uptime "[ssss.mmm] " is used so we never emit a misleading 1970 wall-clock. esp_log's own "()" token is stripped at line starts to avoid double-timestamping, and the prefix is only applied at line starts since one log line can arrive as several fragments.
Description:
Related issue (if applicable): fixes # (issue)
Checklist:
Plase set Github secret WOKWI_CLI_TOKEN to run CI unit test in Wokwi simulator (https://docs.wokwi.com/wokwi-ci/github-actions)
NOTE: The code change must pass CI. Your PR cannot be merged unless CI pass