Skip to content

better story for prod use #125

Description

@amonks

Keeping all the logs in memory is great for interactive use, but it's also inherently a memory leak, which could be uncomfortable for non-interactive use cases.

I use run "in prod" to orchestrate processes, and in that context, writing to a bunch of files (or even shipping the logs?) would be preferable.

Thinking about it, log files on disk might even be a good alternate way to implement the interactive viewer?

I wonder whether you'd want a single file or you'd want each stream to get its own file 🤔

One API for this might be a new value for the -ui flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaMaybe we should build something like this?needs thoughtWe have some decisions to make before moving on this.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions