defang
defang copied to clipboard
Add flags to SubscribeRequest to have logs in SubscribeResponse
We want to aggregate into one stream subscribe service states and tail log entries. This will significantly simplify CLI handling of two streams at the same time.
In SubscribeRequest include flag
- wantLogEntries
SubscribeResponse will have service state by default but will include logEntries (like tail) if wantLogEntries is true