Commit Graph

5 Commits

Author SHA1 Message Date
fang
db8365940f
verb: add mark w/ json conversion for event-plus 2024-04-08 15:49:25 +02:00
fang
c010629c8b
verb-logger: support flushing across all agents 2024-04-01 14:44:05 +02:00
fang
e221b89599
verb-logger: write more often, to unique filenames
Using the timestamp of the first event, instead of the start of the time
block.

Also narrow the time block down from a day to an hour, for faster log
writes. Further experimentation needed here.
2024-03-28 22:09:31 +01:00
fang
bf863b5ac7
verb: tweak $event-plus type
Include the mug for poke data, mark for facts, separate out the on-agent
sign explicitly.
2024-03-28 21:48:48 +01:00
fang
17ed42f24f
verb-logger: log & save verb-plus events to disk
A utility agent that can be told to watch agents. Doing so will make it
subscribe to that agent's "verb plus" events. Verb-logger buffers those,
and flushes them to unix disk in a json format periodically.

Tools for viewing these logs still in development...
2024-03-25 19:49:00 +01:00