v0.1.0-pre.010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: docs/LOGGING.md -->
|
||||
<!-- version: 8 -->
|
||||
<!-- version: 9 -->
|
||||
|
||||
# Logging
|
||||
|
||||
@@ -40,7 +40,7 @@ Les niveaux sont cumulatifs :
|
||||
|
||||
## Targets canoniques
|
||||
|
||||
Le target est exactement le nom de la crate et provient de `src/constants.rs` :
|
||||
Le target est le nom exact de la crate hors `kb-lib`. Dans `kb-lib`, il suit la hiérarchie du composant :
|
||||
|
||||
```text
|
||||
kb_app_demo
|
||||
@@ -52,10 +52,10 @@ kb_executor_spl_memo
|
||||
kb_executor_spl_noop
|
||||
kb_executor_spl_single_pool
|
||||
kb_logging
|
||||
kb_materializer_admin
|
||||
kb_materializer_compliance_audit
|
||||
kb_materializer_lifecycle
|
||||
kb_materializer_staking
|
||||
kb-lib.materializer.admin
|
||||
kb-lib.materializer.compliance
|
||||
kb-lib.materializer.lifecycle
|
||||
kb-lib.materializer.staking
|
||||
kb_pipeline
|
||||
kb_rpc
|
||||
kb_store_pg
|
||||
|
||||
Reference in New Issue
Block a user