We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f919cde commit 9a344cbCopy full SHA for 9a344cb
pb/message.go
@@ -135,7 +135,7 @@ func (m *Message) GetClusterLevel() int {
135
// default "no value" protobuf behavior (0)
136
func (m *Message) SetClusterLevel(level int) {
137
lvl := int32(level)
138
- m.ClusterLevelRaw = lvl
+ m.ClusterLevelRaw = lvl + 1
139
}
140
141
// Loggable turns a Message into machine-readable log output
0 commit comments