-
Notifications
You must be signed in to change notification settings - Fork 2.1k
RFC: Circular log buffer #7446
Copy link
Copy link
Closed
Labels
Discussion: RFCThe issue/PR is used as a discussion starting point about the item of the issue/PRThe issue/PR is used as a discussion starting point about the item of the issue/PRState: staleState: The issue / PR has no activity for >185 daysState: The issue / PR has no activity for >185 daysType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT
Description
While testing something out, I got a bit annoyed by uhcpc spewing log messages directly in my serial console 😞.
I was thinking that on nodes with a bit of ram to spare, a circular log buffer would be a valuable addition. a KB of ram dedicated to log messages, set up as a circular log buffer. This could then be read out by a shell command or even over CoAP in environments where there is no shell access.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Discussion: RFCThe issue/PR is used as a discussion starting point about the item of the issue/PRThe issue/PR is used as a discussion starting point about the item of the issue/PRState: staleState: The issue / PR has no activity for >185 daysState: The issue / PR has no activity for >185 daysType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT