-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
feature requestRequest for Workers team to add a featureRequest for Workers team to add a feature
Description
I would like a simple way to have workerd push just the userland script stdout to a file. Currently, using the --verbose flag userland code is a) in stderr, b) wrapped around and escaped beyond repair.
workerd/io/worker.c++:1465: info: console.log(); message() = ["my escaped console log\n"]
The fact that the verbose logs are escaped and wrapped removes the ability to e.g. capture a universal library's test suite TAP output to evaluate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestRequest for Workers team to add a featureRequest for Workers team to add a feature