[#606] Use all available log tags by default

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2025-02-11 16:11:39 +03:00
parent b7650e01ac
commit b207eb48d9
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ const (
destinationJournald string = "journald"
)
var defaultTags = []string{logs.TagApp, logs.TagApp, logs.TagDatapath}
var defaultTags = []string{logs.TagApp, logs.TagDatapath, logs.TagExternalStorage, logs.TagExternalStorageTree, logs.TagExternalBlockchain}
type Logger struct {
logger *zap.Logger

View file

@ -422,8 +422,8 @@ tags:
* `app` - common application logs (enabled by default).
* `datapath` - main logic of application (enabled by default).
* `external_blockchain` - external interaction with neo-go blockchain (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).
### `http_logging` section