Re: [exim] not syslogging correctly

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Mike Sturdee
CC: exim-users
Subject: Re: [exim] not syslogging correctly
On Fri, 17 Dec 2004, Mike Sturdee wrote:

> Here's the relevant part of the result following +++ Writing the following to
> syslog() and the truncated log line:
>
> **** debug string too long - truncated ****


Ah, there's a limit on the length of debug lines, I forgot. But that
shouldn't affect what is written to syslog. However, to be absolutely
sure, you could make the following change as well. Line 13 of the
debug.c source file reads:

static uschar debug_buffer[1024];

Change 1024 into something much bigger, say 10240. Then it should be
able to handle the debugging output.

Sorry this is taking so long to track down.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book