Skip to content

gRPC service logs first ExecutionStream request to STDERR, but not further requests #289

@dubious90

Description

@dubious90

After starting up the gRPC service, it will log ONLY the first request, which can make it harder to debug issues going on with the service.

We should log every request, though I'm not sure STDERR is the correct place to log any of these.

Also, while addressing this, we should make sure that it doesn't extend to other behaviors that may need to run on every request, but do not do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions