daml/libs-scala
Samir Talwar 1e13b8679e
postgresql-testing: On failure, logs are no longer an Option. (#5190)
`logs` used to be an `Option[Seq[String]]`. They were changed to
`Seq[String]` with a default of `Seq.empty`, but the code to print them
still assumed an `Option`, which means they were printing as
"ArrayBuffer(line 1, line 2, line 3)" instead of, well, nicely.

CHANGELOG_BEGIN
CHANGELOG_END
2020-03-26 08:09:24 +00:00
..
auth-utils update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
build-info Spin-off BuildInfo into its own (micro-)library (#5004) 2020-03-16 09:04:00 +01:00
contextualized-logging Add logging context information to ledger services (#4205) 2020-01-24 18:28:08 +00:00
direct-execution-context Replace NamedLoggerFactory (#4097) 2020-01-21 10:57:28 +01:00
grpc-utils update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
ports libs-scala/ports: Wrap socket ports in a type, Port. (#4784) 2020-03-03 08:59:15 +00:00
postgresql-testing postgresql-testing: On failure, logs are no longer an Option. (#5190) 2020-03-26 08:09:24 +00:00
resources Sandbox: Re-use actor systems between the StandaloneApiServer and StandaloneIndexerServer. (#4827) 2020-03-05 14:50:18 +00:00
resources-akka Resource refactorings (#4382) 2020-02-04 17:20:24 +00:00
timer-utils ledger-on-posix-filesystem: Fix the tests on CI. (#4166) 2020-01-22 18:02:23 +01:00