-
Notifications
You must be signed in to change notification settings - Fork 4
better story for prod use #125
Copy link
Copy link
Open
Labels
ideaMaybe we should build something like this?Maybe we should build something like this?needs thoughtWe have some decisions to make before moving on this.We have some decisions to make before moving on this.
Description
Metadata
Metadata
Assignees
Labels
ideaMaybe we should build something like this?Maybe we should build something like this?needs thoughtWe have some decisions to make before moving on this.We have some decisions to make before moving on this.
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.