Skip to content

Provide a way to stream output of services #185

@mboes

Description

@mboes

Say I run a service called tickle that immediately prints an error but does not terminate. If I do so using nix .#start-services start, then all I see is:

$ nix run '.#start-services' start
21:03:16 system   | tickle.1 started (pid=415992)

I don't see the error message until the service stops. If it doesn't stop unless I SIGTERM on the terminal, then the output is lost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions