daml/libs-scala/contextualized-logging
Kamil Bożek 926fb5997a
Improve logging in ledger API server [DPP-231] (#8676)
* Added logging incoming requests in API services: Submission, ConfigManagement, PackageManagement, ParticipantPruning and PartyManagement

CHANGELOG_BEGIN
- Logging incoming requests in API services
CHANGELOG_END

* Logging transactions and transaction trees streamed by the ApiTransactionService

CHANGELOG_BEGIN
- Logging transactions and transaction trees returned by the ApiTransactionService
CHANGELOG_END

* Logging storing the db in JdbcLedgerDao

* Changed log severity

* Factored out logging util to ContextualizedLogger

* Review improvements

* Removed unused import

* Formatted changes

* Logging completions stream items

* Fixed log message

* Logging complete transactions and transaction trees

* Removed duplicated keys from logging context

* Formatted changes

* Reduced logging for completions and transactions

* Removed redundant log

* Removed update* prefix in Indexer's logging context

* Minor improvement

* Minor improvement
2021-02-15 11:45:49 +01:00
..
src Improve logging in ledger API server [DPP-231] (#8676) 2021-02-15 11:45:49 +01:00
BUILD.bazel Improve logging in ledger API server [DPP-231] (#8676) 2021-02-15 11:45:49 +01:00