[#195] Make all initial logging tags as default tags

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2025-02-07 13:55:17 +03:00 committed by Alexey Vanin
parent 6a4d3206bd
commit 1e8fa19bb9
2 changed files with 3 additions and 3 deletions

View file

@ -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