Re: "warning" on reg-tests

2020-03-13 Thread Willy Tarreau
On Fri, Mar 13, 2020 at 11:18:42PM +0500,  ??? wrote:
> Hello,
> 
> there's always noise like that
> 
> 
> ***  h1   debug|[WARNING] 072/163523 (6090) : config : log format
> ignored for proxy 'testme' since it has no log address.
> ***  h1   debug|[WARNING] 072/163523 (6090) : config : log format
> ignored for frontend 'test_abns' since it has no log address.
> 
> 
> any special meaning to have logs misconfigured for reg-tests ? or we
> can reduce that noise ?

I observed a few of these that quite bothered me as well, but it's
difficult to spot the ones emitting errors. I remember we noted for
the todo list to add an option to turn warnings into errors, and we
still hadn't done it. It could be an excellent reason for doing it
now, we'd always start the tests with the option set and we'd
instantly know if there are warnings in the config.

Probably that a temporary solution could be to run a test with
--keep-logs and grep for WARNING in each of them :-/

Willy



"warning" on reg-tests

2020-03-13 Thread Илья Шипицин
Hello,

there's always noise like that


***  h1   debug|[WARNING] 072/163523 (6090) : config : log format
ignored for proxy 'testme' since it has no log address.
***  h1   debug|[WARNING] 072/163523 (6090) : config : log format
ignored for frontend 'test_abns' since it has no log address.


any special meaning to have logs misconfigured for reg-tests ? or we
can reduce that noise ?

Cheers,

Ilya Shipitcin