Last active
December 9, 2021 12:42
Revisions
-
jhonatasfender revised this gist
Nov 24, 2021 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains 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 @@ -1,3 +1,5 @@ [Como visualizar excptions nos logs gerado por alguma aplicação java](https://stackoverflow.com/a/39372147/6440129) ```shell grep -P "(WARN|ERROR|^\tat |Exception|^Caused by: |\t... \d+ more)" ``` -
jhonatasfender revised this gist
Nov 24, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains 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 @@ -1,2 +1,3 @@ (https://stackoverflow.com/a/39372147/6440129)[Como visualizar excptions nos logs gerado por alguma aplicação java] grep -P "(WARN|ERROR|^\tat |Exception|^Caused by: |\t... \d+ more)" -
jhonatasfender renamed this gist
Nov 24, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jhonatasfender created this gist
Nov 24, 2021 .There are no files selected for viewing
This file contains 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,2 @@ grep -P "(WARN|ERROR|^\tat |Exception|^Caused by: |\t... \d+ more)"