Re: log format different and CAPTURE_LEN settings

2012-08-12 Thread Aleksandar Lazic
Hi Willy, On 10-08-2012 04:56, Willy Tarreau wrote: Hi Aleks, On Fri, Aug 10, 2012 at 12:56:18AM +0200, Aleksandar Lazic wrote: Hi will, On 09-08-2012 19:21, Willy Tarreau wrote: >On Thu, Aug 09, 2012 at 06:57:16PM +0200, Aleksandar Lazic wrote: [snip] >>after the first minute the log is no

Re: log format different and CAPTURE_LEN settings

2012-08-09 Thread Willy Tarreau
Hi Aleks, On Fri, Aug 10, 2012 at 12:56:18AM +0200, Aleksandar Lazic wrote: > Hi will, > > On 09-08-2012 19:21, Willy Tarreau wrote: > >On Thu, Aug 09, 2012 at 06:57:16PM +0200, Aleksandar Lazic wrote: > > [snip] > > >>after the first minute the log is now as defined ;-) > > > >Thanks guys, pat

Re: log format different and CAPTURE_LEN settings

2012-08-09 Thread Aleksandar Lazic
Hi will, On 09-08-2012 19:21, Willy Tarreau wrote: On Thu, Aug 09, 2012 at 06:57:16PM +0200, Aleksandar Lazic wrote: [snip] after the first minute the log is now as defined ;-) Thanks guys, patch applied. how about the CAPTURE_LEN setting. ### After rebuild I still get the warning that

Re: log format different and CAPTURE_LEN settings

2012-08-09 Thread Willy Tarreau
On Thu, Aug 09, 2012 at 06:57:16PM +0200, Aleksandar Lazic wrote: > Hi William, > > On 09-08-2012 16:52, William Lallemand wrote: > >On Thu, Aug 09, 2012 at 03:16:07PM +0200, Aleksandar Lazic wrote: > >>Hi, > >> > > > >Hello, > > > >>[...] > >> > >>As you can see I have not 'option logasap' but ge

Re: log format different and CAPTURE_LEN settings

2012-08-09 Thread Aleksandar Lazic
Hi William, On 09-08-2012 16:52, William Lallemand wrote: On Thu, Aug 09, 2012 at 03:16:07PM +0200, Aleksandar Lazic wrote: Hi, Hello, [...] As you can see I have not 'option logasap' but get the '+'-sign?! Please can anybody help me to find the error, thanks. Best regards Aleks It l

Re: log format different and CAPTURE_LEN settings

2012-08-09 Thread William Lallemand
On Thu, Aug 09, 2012 at 03:16:07PM +0200, Aleksandar Lazic wrote: > Hi, > Hello, > [...] > > As you can see I have not 'option logasap' but get the '+'-sign?! > > Please can anybody help me to find the error, thanks. > > Best regards > Aleks > It looks like a bug with the option unique-id-f

log format different and CAPTURE_LEN settings

2012-08-09 Thread Aleksandar Lazic
Hi, I wanted to add the uniq-id logging to the http-log format, I just copied the format string from src/log.c but I got different log entries. (see below) I also needed to capture more then 63 bytes so I have build HAProxy like this make TARGET=linux26 USE_LINUX_SPLICE=1 USE_STATIC_PCRE=1