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
Right now the search script in the package will output logs in the format :raw_log when returning logs from clp-json.
Having a --raw-log option that removes the preceding colon and emits the logs as ndjson would make it easier to use the output from search without first having to parse it.
Possible implementation
Add a --raw-log option to the search script.
When emitting search results to stdout with the raw-log option enabled print them verbatim instead of prefixing them with :
The text was updated successfully, but these errors were encountered:
Request
Right now the search script in the package will output logs in the format
:raw_log
when returning logs from clp-json.Having a
--raw-log
option that removes the preceding colon and emits the logs as ndjson would make it easier to use the output from search without first having to parse it.Possible implementation
--raw-log
option to the search script.:
The text was updated successfully, but these errors were encountered: