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
We need a new log message assertion function.
To assert what log message is outputted inside VCL runtime, need testing function which retrieves log statement output.
Not sure if you've already began work on this but I got started on something similar to this a while back but got distracted and didn't finish it up for a PR.
The primary motivation for what I was doing was to enable validating structured JSON log messages with a assert.is_json test function. If you're already working on this I can just rebase that work on what you've done. If not I'm happy to clean up the whole branch and submit that as a fix for this issue.
Kind of proposals
You can turn on multiple checkboxes.
Describe the feature
We need a new
log
message assertion function.To assert what log message is outputted inside VCL runtime, need testing function which retrieves
log
statement output.Give us your considerations
We should consider about realtime loggings that will send to the S3, Datadog, etc.
The text was updated successfully, but these errors were encountered: