diff options
author | alexvru <[email protected]> | 2022-07-29 12:37:12 +0300 |
---|---|---|
committer | alexvru <[email protected]> | 2022-07-29 12:37:12 +0300 |
commit | e379c774726d2d8e8f107a146da6d9785efa26f8 (patch) | |
tree | 4291c38f50c78c7d31b07a4bf0160942abc99287 | |
parent | ccdee38897425822aaf5631009ee0418c1c117ef (diff) |
Fix wilson tracing levels
-rw-r--r-- | ydb/core/base/wilson.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ydb/core/base/wilson.h b/ydb/core/base/wilson.h index 1d3f7d2680e..5b62bd51c91 100644 --- a/ydb/core/base/wilson.h +++ b/ydb/core/base/wilson.h @@ -5,9 +5,9 @@ namespace NKikimr { struct TWilson { enum { BlobStorage = 8, // DS proxy and lower levels - DsProxyInternals = 7, - VDiskTopLevel = 6, - VDiskInternals = 5, + DsProxyInternals = 9, + VDiskTopLevel = 12, + VDiskInternals = 13, }; }; |