| From: | "heasley" <heas(at)shrubbery(dot)net> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #5741: syslog line length |
| Date: | 2010-11-02 16:17:08 |
| Message-ID: | 201011021617.oA2GH8L6089397@wwwmaster.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5741
Logged by: heasley
Email address: heas(at)shrubbery(dot)net
PostgreSQL version: 8.4
Operating system: solaris
Description: syslog line length
Details:
* Max string length to send to syslog(). Note that this doesn't count the
* sequence-number prefix we add, and of course it doesn't count the prefix
* added by syslog itself. On many implementations it seems that the
hard
* limit is approximately 2K bytes including both those prefixes.
*/
#ifndef PG_SYSLOG_LIMIT
#define PG_SYSLOG_LIMIT 1024
#endif
solaris' syslogd limits the line length to 1024, with a
FQDN and it's silly "msg ID" quite a bit is dropped by
syslogd.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 2010-11-02 17:39:13 | Re: ecpg preprocessor regression in 9.0 |
| Previous Message | Dirk Heinrichs | 2010-11-02 15:14:01 | BUG #5740: contrib/spi/moddatetime.c doesn't work with timezones. |