diff options
| author | Vitalii Gridnev <[email protected]> | 2022-06-15 19:13:04 +0300 |
|---|---|---|
| committer | Vitalii Gridnev <[email protected]> | 2022-06-15 19:13:04 +0300 |
| commit | e8197ec3a95fa333d14e84d3bf42c8411579e863 (patch) | |
| tree | 5ae8be48eecca485810ecef42d46d7e81d1e817a | |
| parent | 73bcde1bc8ebbd5048201a66ed5cf2f58153739c (diff) | |
Change "config.proto"
ref:2d12a7e98e9141bfeaf4ae97d88d7fc04ee34fef
| -rw-r--r-- | ydb/core/protos/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index 95319dc42ec..cf08a5f359a 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -291,7 +291,7 @@ message TLogConfig { repeated TEntry Entry = 1; optional bool SysLog = 2 [default = false]; - optional uint32 DefaultLevel = 3 [default = 4]; // NActors::NLog::PRI_WARN + optional uint32 DefaultLevel = 3 [default = 5]; // NActors::NLog::PRI_NOTICE optional uint32 DefaultSamplingLevel = 4 [default = 7]; // NActors::NLog::PRI_DEBUG optional uint32 DefaultSamplingRate = 5 [default = 0]; optional string Format = 6 [default = "full"]; // "full" | "short" | "json" |
