leolee192 / sequencer

High performance sequential log analyzer and parser
Apache License 2.0
4 stars 1 forks source link

No output to `stdout` when output file flag is empty [zentures/sequence#13] #8

Open leolee192 opened 4 years ago

leolee192 commented 4 years ago

@Leftium opened zentures/sequence#13 and commented

Steps to reproduce:

1. `go run sequence.go analyze -i input.txt`

Expected output:

%action% %object%
#1 log messages matched
# get http://example.com
2016/05/12 11:27:43 Analyzed 1 messages, found 1 unique patterns, 1 are new.

Actual output:

2016/05/12 11:27:43 Analyzed 1 messages, found 1 unique patterns, 1 are new.

No further details from zentures/sequence#13