Last active
November 28, 2018 08:02
-
-
Save kahirul/9e253fbacd6b6ec48adc430cb56dbfdf to your computer and use it in GitHub Desktop.
Revisions
-
kahirul renamed this gist
Nov 28, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kahirul created this gist
Nov 28, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ { formats: [ { format: "$date$ $time$ $level$ ip-$ip$ --- \\[$thread$\\] $logger$ : $timestamp$ $method$ $url$ STATUS:$status$", halt: true }, { format: "$date$ $time$ $level$ ip-$ip$ --- \\[$thread$\\] $logger$ : $trace$", halt: true } ], lineGroupers: [ { start: "^(\\d{4}-\\d{2}-\\d{2})", haltWith: "^\\s+\\.{3}\\s+\\d+\\s+more$" } ] }