lttng: add-trigger: clarify terminology for log levels
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 28 May 2024 21:18:35 +0000 (17:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Aug 2024 20:39:45 +0000 (16:39 -0400)
commit11c87568cabf0dfb31a9b3daa45459e1a6e86064
tree41a74fa56a600d841d17a59903eb6d5f397bf995
parent4b2cdabc58998834249d4c3928d23979ff071530
lttng: add-trigger: clarify terminology for log levels

To eliminate ambiguity in the code, the terminology for log levels has
been updated. The previous terms "min" and "max" log levels have been
replaced with "least_severe" and "most_severe" respectively.

This change addresses the varying conventions across different logging
domains, where numerical values for severity can either increase or
decrease with severity. The new terminology provides clarity, making it
easier to understand the severity levels regardless of the logging
domain's convention.

Change-Id: Ie90bcc8e4c07b8b7437d9580e166141fae5c6d2f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/add_trigger.cpp
src/bin/lttng/loglevel.cpp
src/bin/lttng/loglevel.hpp
This page took 0.02506 seconds and 4 git commands to generate.