[#1619] logger: Set tags for ir
components
All checks were successful
Vulncheck / Vulncheck (push) Successful in 4m56s
Pre-commit hooks / Pre-commit (push) Successful in 5m56s
Build / Build Components (push) Successful in 6m7s
Tests and linters / Staticcheck (push) Successful in 5m59s
Tests and linters / Lint (push) Successful in 6m10s
Tests and linters / Tests (push) Successful in 6m49s
OCI image / Build container images (push) Successful in 7m44s
Tests and linters / Run gofumpt (push) Successful in 7m38s
Tests and linters / gopls check (push) Successful in 7m56s
Tests and linters / Tests with -race (push) Successful in 9m35s
All checks were successful
Vulncheck / Vulncheck (push) Successful in 4m56s
Pre-commit hooks / Pre-commit (push) Successful in 5m56s
Build / Build Components (push) Successful in 6m7s
Tests and linters / Staticcheck (push) Successful in 5m59s
Tests and linters / Lint (push) Successful in 6m10s
Tests and linters / Tests (push) Successful in 6m49s
OCI image / Build container images (push) Successful in 7m44s
Tests and linters / Run gofumpt (push) Successful in 7m38s
Tests and linters / gopls check (push) Successful in 7m56s
Tests and linters / Tests with -race (push) Successful in 9m35s
Change-Id: Ifab575bc2a3cd83c9001cd68fffaf94c91494043 Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
dfe2f9956a
commit
12fc7850dd
6 changed files with 26 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
|||
FROSTFS_IR_LOGGER_LEVEL=info
|
||||
FROSTFS_IR_LOGGER_TIMESTAMP=true
|
||||
FROSTFS_IR_LOGGER_TAGS_0_NAMES="main, morph"
|
||||
FROSTFS_IR_LOGGER_TAGS_0_LEVEL="debug"
|
||||
|
||||
FROSTFS_IR_WALLET_PATH=/path/to/wallet.json
|
||||
FROSTFS_IR_WALLET_ADDRESS=NUHtW3eM6a4mmFCgyyr4rj4wygsTKB88XX
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
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`.
|
||||
level: debug
|
||||
|
||||
wallet:
|
||||
path: /path/to/wallet.json # Path to NEP-6 NEO wallet file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue