21901: Introduce fileEventLog to keep-web
authorBrett Smith <brett.smith@curii.com>
Tue, 30 Jul 2024 20:03:32 +0000 (16:03 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 9 Aug 2024 15:01:31 +0000 (11:01 -0400)
commitc5aea9ad4ffe65f319d9f198c81ea4b207b51f19
tree761a9c05ecf02b3759e90fd36d48cbd27b939f0b
parentefe053c28504d213a9a0c2162364a7a3d1177499
21901: Introduce fileEventLog to keep-web

Rather than storing all log metadata twice (once as a logger field and
once as an Arvados log property), this lets us store it all in one place
and then export it as needed. This restructure will make it easier to
add smarts to the logging infrastructure.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
services/keep-web/handler.go
services/keep-web/handler_test.go