[#1619] logger: Set tags for node
components
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
c939a2a88e
commit
0f89e7817c
19 changed files with 63 additions and 20 deletions
|
@ -113,9 +113,10 @@ logger:
|
|||
level: info
|
||||
```
|
||||
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-----------|----------|---------------|---------------------------------------------------------------------------------------------------|
|
||||
| `level` | `string` | `info` | Logging level.<br/>Possible values: `debug`, `info`, `warn`, `error`, `dpanic`, `panic`, `fatal` |
|
||||
| Parameter | Type | Default value | Description |
|
||||
|----------------|------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `level` | `string` | `info` | Logging level.<br/>Possible values: `debug`, `info`, `warn`, `error`, `dpanic`, `panic`, `fatal` |
|
||||
| `allowed_tags` | `[]string` | | List of components allowed to produce log entries. Can be combined with logging level: `main:debug`, in this case it overrides default logging level.<br/>Possible values: `main`, `morph`, `engine`, `blobovnicza`, `blobstor`, `fstree`, `gc`, `shard`, `writecache`, `deletesvc`, `getsvc`, `searchsvc`, `policer`, `replicator`. |
|
||||
|
||||
# `contracts` section
|
||||
Contains override values for FrostFS side-chain contract hashes. Most of the time contract
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue