-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
13 changed files
with
380 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.