You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"automatic, hierarchical logging that follows shell function stack"
All the spew from build/dev.sh all got me thinking about this.
It would be nice to retain logs, but in a more structured way that doesn't have spew.
I can see this being very useful for continuous builds. They want to save lots and not "shut things up". And in fact "toil" saves a lot of logs on its own. The shell could fairly easily do this
Example: each of these would gets its own file. And then there is some UI on top of it. It's directory tree of logs.
"automatic, hierarchical logging that follows shell function stack"
All the spew from
build/dev.sh all
got me thinking about this.It would be nice to retain logs, but in a more structured way that doesn't have spew.
I can see this being very useful for continuous builds. They want to save lots and not "shut things up". And in fact "toil" saves a lot of logs on its own. The shell could fairly easily do this
Example: each of these would gets its own file. And then there is some UI on top of it. It's directory tree of logs.
The text was updated successfully, but these errors were encountered: