forked from TrueCloudLab/frostfs-http-gw
[#195] Make all initial logging tags as default tags
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
6a4d3206bd
commit
1e8fa19bb9
2 changed files with 3 additions and 3 deletions
|
@ -196,7 +196,7 @@ var ignore = map[string]struct{}{
|
|||
cmdVersion: {},
|
||||
}
|
||||
|
||||
var defaultTags = []string{logs.TagApp, logs.TagDatapath}
|
||||
var defaultTags = []string{logs.TagApp, logs.TagDatapath, logs.TagExternalStorage, logs.TagExternalStorageTree}
|
||||
|
||||
type Logger struct {
|
||||
logger *zap.Logger
|
||||
|
|
|
@ -211,8 +211,8 @@ tags:
|
|||
|
||||
* `app` - common application logs (enabled by default).
|
||||
* `datapath` - main logic of application (enabled by default).
|
||||
* `external_storage` - external interaction with storage node.
|
||||
* `external_storage_tree` - external interaction with tree service in storage node.
|
||||
* `external_storage` - external interaction with storage node (enabled by default).
|
||||
* `external_storage_tree` - external interaction with tree service in storage node (enabled by default).
|
||||
|
||||
# `web` section
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue