[#1722] node, ir: Fix documentation for logger tags
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m11s
Pre-commit hooks / Pre-commit (push) Successful in 1m39s
Build / Build Components (push) Successful in 1m54s
Tests and linters / gopls check (push) Successful in 4m6s
OCI image / Build container images (push) Successful in 4m24s
Tests and linters / Run gofumpt (push) Successful in 4m53s
Tests and linters / Staticcheck (push) Successful in 5m0s
Tests and linters / Lint (push) Successful in 5m11s
Tests and linters / Tests (push) Successful in 5m12s
Tests and linters / Tests with -race (push) Successful in 5m25s
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m11s
Pre-commit hooks / Pre-commit (push) Successful in 1m39s
Build / Build Components (push) Successful in 1m54s
Tests and linters / gopls check (push) Successful in 4m6s
OCI image / Build container images (push) Successful in 4m24s
Tests and linters / Run gofumpt (push) Successful in 4m53s
Tests and linters / Staticcheck (push) Successful in 5m0s
Tests and linters / Lint (push) Successful in 5m11s
Tests and linters / Tests (push) Successful in 5m12s
Tests and linters / Tests with -race (push) Successful in 5m25s
Close #1722. Change-Id: Iee9b3d96a31353622e1680d2d596ca6a9ee104b4 Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
c84013a854
commit
1a738792c0
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ logger:
|
|||
level: info # Logger level: one of "debug", "info" (default), "warn", "error", "dpanic", "panic", "fatal"
|
||||
timestamp: true
|
||||
tags:
|
||||
- names: "main, morph" # Possible values: `main`, `morph`, `grpc_svc`, `ir`, `processor`.
|
||||
- names: "main, morph" # Possible values: `main`, `morph`, `grpcsvc`, `ir`, `processor`.
|
||||
level: debug
|
||||
|
||||
wallet:
|
||||
|
|
|
@ -123,10 +123,10 @@ logger:
|
|||
| `tags` | list of [tags descriptions](#tags-subsection) | | Array of tags description. |
|
||||
|
||||
## `tags` subsection
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-----------|----------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `names` | `string` | | List of components divided by `,`.<br/>Possible values: `main`, `morph`, `grpcsvc`, `ir`, `processor`, `engine`, `blobovnicza`, `blobstor`, `fstree`, `gc`, `shard`, `writecache`, `deletesvc`, `getsvc`, `searchsvc`, `sessionsvc`, `treesvc`, `policer`, `replicator`. |
|
||||
| `level` | `string` | | Logging level for the components from `names`, overrides default logging level. |
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-----------|----------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `names` | `string` | | List of components divided by `,`.<br/>Possible values: `main`, `engine`, `blobovnicza`, `blobovniczatree`, `blobstor`, `fstree`, `gc`, `shard`, `writecache`, `deletesvc`, `getsvc`, `searchsvc`, `sessionsvc`, `treesvc`, `policer`, `replicator`. |
|
||||
| `level` | `string` | | Logging level for the components from `names`, overrides default logging level. |
|
||||
|
||||
# `contracts` section
|
||||
Contains override values for FrostFS side-chain contract hashes. Most of the time contract
|
||||
|
|
Loading…
Add table
Reference in a new issue