[#1619] logger: Set tags for node
components
All checks were successful
DCO action / DCO (pull_request) Successful in 47s
Vulncheck / Vulncheck (pull_request) Successful in 1m5s
Tests and linters / Run gofumpt (pull_request) Successful in 1m4s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m28s
Build / Build Components (pull_request) Successful in 1m46s
Tests and linters / Tests (pull_request) Successful in 2m17s
Tests and linters / Staticcheck (pull_request) Successful in 2m18s
Tests and linters / Lint (pull_request) Successful in 3m10s
Tests and linters / gopls check (pull_request) Successful in 3m17s
Tests and linters / Tests with -race (pull_request) Successful in 3m56s
All checks were successful
DCO action / DCO (pull_request) Successful in 47s
Vulncheck / Vulncheck (pull_request) Successful in 1m5s
Tests and linters / Run gofumpt (pull_request) Successful in 1m4s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m28s
Build / Build Components (pull_request) Successful in 1m46s
Tests and linters / Tests (pull_request) Successful in 2m17s
Tests and linters / Staticcheck (pull_request) Successful in 2m18s
Tests and linters / Lint (pull_request) Successful in 3m10s
Tests and linters / gopls check (pull_request) Successful in 3m17s
Tests and linters / Tests with -race (pull_request) Successful in 3m56s
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
3970121d9e
commit
09cc4b60dd
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`. The resulting level for tag will be the most restrictive.<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