Unverified Commit 3ea48dc7 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #445 from aarshkshah1992/feat/cluster-level-mismatch

Adjust cluster level while encoding as well
parents f919cde5 9a344cb2
......@@ -135,7 +135,7 @@ func (m *Message) GetClusterLevel() int {
// default "no value" protobuf behavior (0)
func (m *Message) SetClusterLevel(level int) {
lvl := int32(level)
m.ClusterLevelRaw = lvl
m.ClusterLevelRaw = lvl + 1
}
// Loggable turns a Message into machine-readable log output
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment