daml/libs-scala/logging-entries
Samir Talwar 9c08e4cf7e
Move logging value definitions alongside their objects. (#10439)
* logging-entries: Make `LoggingEntries` a non-case class.

There's no reason for it to need `equals`, etc.

CHANGELOG_BEGIN
CHANGELOG_END

* ledger-api-domain: Convert commands into a logging value.

Instead of having a function, let's use `ToLoggingContext`.

This also adds a couple of missing items, and always logs `workflowId`.

* participant-state: Convert updates into a logging value.

Instead of having a function, let's use `ToLoggingContext`.

This changes some of the logging context structure, but otherwise
everything remains the same.

* Make sure Scaladoc is lined up for modified code.
2021-07-29 09:21:27 +00:00
..
src Move logging value definitions alongside their objects. (#10439) 2021-07-29 09:21:27 +00:00
BUILD.bazel [JSON-API] Put the request & response bodies into the log ctx if the log level is debug (for specific statements) (#10298) 2021-07-19 14:52:23 +00:00