frostfs-node/cmd/neofs-node/config
Leonard Lyubich 3b797d7957 [#493] node/config/logger: Simplify approach to read the level
Dedicated type `LoggerSection` turned out to be redundant since it doesn't
do a hidden logic and just uses `config.Config` API.

Remove `LoggerSection` type and implement `Level` which do the same.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-01 11:45:38 +03:00
..
internal [#493] node/config: Implement ENV variable key constructor 2021-06-01 11:45:38 +03:00
logger [#493] node/config/logger: Simplify approach to read the level 2021-06-01 11:45:38 +03:00
test [#493] node/config: Export useful functions into a separate test package 2021-06-01 11:45:38 +03:00
calls.go [#493] node/config: Change Sub implementation 2021-06-01 11:45:38 +03:00
calls_test.go [#493] node/config: Cover ENV variables with unit test 2021-06-01 11:45:38 +03:00
cast.go [#493] node/config: Implement string caster 2021-06-01 11:45:38 +03:00
cast_test.go [#493] node/config: Export useful functions into a separate test package 2021-06-01 11:45:38 +03:00
config.go [#493] node/config: Export ENV constants from internal package 2021-06-01 11:45:38 +03:00
opts.go [#493] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00
util.go [#493] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00