improve: oop log parser err handling
This commit is contained in:
@@ -28,6 +28,7 @@ func main() {
|
||||
|
||||
pipe := newPipeline(
|
||||
newTextLog(os.Stdin),
|
||||
// newJSONLog(os.Stdin),
|
||||
newTextReport(),
|
||||
filterBy(notUsing(domainExtFilter("com", "io"))),
|
||||
groupBy(domainGrouper),
|
||||
|
Reference in New Issue
Block a user