package code.obp.grpc.logcache.g1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service LogCacheStreamService

log_cache.proto:39

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.

enum LogLevel

log_cache.proto:8

Log level. Wire format: varint int32. Mirrors RedisLogger.LogLevel. ALL is the aggregate firehose — gated by canGetSystemLogCacheAll entitlement.

Used in: LogCacheEntry, StreamLogCacheRequest