I noticed a bunch of work around logging recently ...
# atlantis-contributors
c
I noticed a bunch of work around logging recently - whats the plan there? I would love to see slog possibly combined with slog-context being the way its done long term - the current logger output and ad-hoc key/value pair in the JSON output is making it a bit hard to properly process it structured in Datadog and other logging products. Would also be a great excuse for slowly ensuring
ctx
is passed around consistently, and possibly using it to deliver some of the arguments that is otherwise quite verbose and repeated I guess two separate topics (1) structured logging over single
message
field for easier breaking down/monitoring in log storage (2) possibly attaching it to the context hierarchy so its always around without ever-growing
func
signatures
p
the plan was to extend the log to the vcs to get more visibility
do you think you could write an ADR for this?( he have some PRs as examples)