Skip to content

Instantly share code, notes, and snippets.

View zzh8829's full-sized avatar
๐Ÿ˜š
hi

Zihao Zhang zzh8829

๐Ÿ˜š
hi
View GitHub Profile
@zzh8829
zzh8829 / bebo_log.json
Created December 11, 2018 02:33
Bebo lnav
{
"bebo_log": {
"title": "Bebo Log",
"regex": {
"basic": {
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{6}\\+00:00) (?<hostname>[a-z0-9\\-\\.]+) (?<procname>.+): (?<level>debug|info|warning|error|DEBUG|INFO|WARNING|ERROR) \\[(?<source_file>.+?)\\] (?<body>.*)$"
}
},
"level": {
"debug": "debug|DEBUG",