Get desktop application:
View/edit binary Protocol Buffers messages
Live tail of the Redis-backed log cache. History is served by the REST endpoints GET /system/log-cache/{level}; this service delivers only new entries via Redis pub/sub channels. Per-level channels: subscribing to TRACE only delivers TRACE; ALL is a separate firehose requiring canGetSystemLogCacheAll.
Identifies which OBP instance (pod) emitted this entry. Sourced from the `api_instance_id` prop — either a configured value suffixed with a per-JVM UUID, or a pure UUID if the prop is unset. See code.api.constant.Constant.ApiInstanceId.
Log level. Wire format: varint int32. Mirrors RedisLogger.LogLevel. ALL is the aggregate firehose — gated by canGetSystemLogCacheAll entitlement.
Used in: ,