Re: Starting build-system work (Windows/Mac users please speak up)

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: Starting build-system work (Windows/Mac users please speak up)
Date: 2020-05-29 13:33:42
Message-ID: 5ED10F36.7060304@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 05/29/20 09:21, Chapman Flack wrote:

> I am pretty sure if sequences of just that one pattern were filtered out,
> the result would be way, way shorter and the messages remaining in it
> would be interesting ones.

I wrote too soon, there are more interesting ones later on. Probably the
most useful thing is to recognize the basic pattern of lines

INFO: WARNING: something
(
INFO: at somewhere
|
INFO: - locked <address>
INFO: (a something)
)*

and save the first line and the first 'at' line, and make a sorted,
uniq'd collection of those for the log, and save the original file
to dive into for more details.

Regards,
-Chap

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-05-29 17:38:22 Re: Starting build-system work (Windows/Mac users please speak up)
Previous Message Chapman Flack 2020-05-29 13:21:49 Re: Starting build-system work (Windows/Mac users please speak up)