prisma-labs / graphql-framework-experiment

Code-First Type-Safe GraphQL Framework
https://nexusjs.org
MIT License
673 stars 66 forks source link

CLI command to run log pretty over stdin #263

Open jasonkuhrt opened 4 years ago

jasonkuhrt commented 4 years ago

What

Why

jasonkuhrt commented 4 years ago

@Weakky pointed out that, at least for as long as we do not have #268, we can point users to filtering patterns like:

 $ tail -f my-log-file | grep '...' | santa logger

If they prefer regex they could use pcregrep.

 $ tail -f my-log-file | pcregrep '[bar]+|foo' | santa logger
jasonkuhrt commented 4 years ago

Refinement: