-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
deploymentdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedConsider contributing to one of these, especially if you're not a core contributor already!Consider contributing to one of these, especially if you're not a core contributor already!now
Milestone
Description
[ This issue was auto-migrated from DA's internal repo (DACH-NY/canton-network-node#14806). Original author: @moritzkiefer-da ]
What is this about?
SVs understandably complain about log aggregation costs. In our internal tests and on devnet, we run with this config
- Canton: INFO logs
- CN: DEBUG logs
This seems to lower the log amount considerably while it has still served us reasonably well for debugging.
Let's switch the defaults and document how to change the log levels (with a disclaimer that we cannot guarantee that we can debug with non-default log levels)
How important is this and why?
Comes up repeatedly with SVs and has real financial costs as log aggregation is expensive. Also cheap for us. So let's just do it.
Metadata
Metadata
Assignees
Labels
deploymentdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedConsider contributing to one of these, especially if you're not a core contributor already!Consider contributing to one of these, especially if you're not a core contributor already!now
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
canton-network-da commentedon Jun 5, 2025
[ from @martinflorian-da ]: We might want to extend those docs to also cover validators.
Somewhat related thread:
We also might want to add more general documentation on how to override arbitrary Canton configs via
additionalEnvVars
andADDITIONAL_CONFIG_
vars but I vaguely remember that we decided against this in the past. (Should probably be a dedicated issue if we want to do this.)