mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
5602af33f8
The log format used by glog uses spaces to left-pad the thread to 7 digits, per the code: https://github.com/golang/glog/blob/65d6746/glog.go#L577 This fixes the regular expression to correctly match the extra whitespace.
8 lines
544 B
Plaintext
8 lines
544 B
Plaintext
E0517 15:04:22.619632 1952452992 logging_unittest.cc:253] Log every 3, iteration 19
|
|
I0517 15:04:22.619642 952452992 logging_unittest.cc:259] Log if every 1, iteration 19
|
|
I0517 15:04:22.619740 52452992 logging_unittest.cc:259] Log if every 1, iteration 20
|
|
W0517 15:04:22.619751 2452992 logging_unittest.cc:263] log_if this
|
|
I0517 15:04:22.619760 452992 logging_unittest.cc:267] array
|
|
I0517 15:04:22.619768 52992 logging_unittest.cc:269] const array
|
|
E0517 15:04:22.619776 2992 logging_unittest.cc:271] foo 1000 0000001000 3e8
|