View Single Post

   
  #4 (permalink)  
Old 04-10-2008, 07:48 AM
Michael Monnerie
 
Posts: n/a
Default Re: syslog: log line length?

On Mittwoch, 18. Juli 2007 Alvaro Herrera wrote:
> Postgres does not split entries. *They are split by infelicities in
> the underlying facilities used (pipes). *There's ongoing work to fix
> this problem. *In the meantime, I think you could work around it by
> using syslog instead of redirect_stderr.


This *is* syslog. Can I specify line length there?

This is one log entry (from a long query) split over 2374 lines:
Jul 20 14:13:55 db1.zmi.at postgres[9596]: [3-1] DB=bayes_db U=bayes_server_33 H=123.132.123.123 42a0a3f9.237c SELECT:LOG: Dauer: 7420.180 ms Anweisung: select put_tokens(1,
Jul 20 14:13:55 db1.zmi.at postgres[9596]: [3-2] '{"\\\\000\\\\003\\\\335\\\\131\\\\354","\\\\000\\ \\013\\\\067\\\\227\\\\250","\\\\000\\\\015\\\\012 \\\\267\\\\317","\\\\000\\\
[snip]
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2372] \\377\\\\333\\\\246\\\\200\\\\040","\\\\377\\\\334 \\\\047\\\\144\\\\105","\\\\377\\\\363\\\\043\\\\0 77\\\\354","\\\\377\\\\370\\
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2373] \\066\\\\152\\\\106","\\\\377\\\\376\\\\045\\\\100 \\\\172"}',
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2374] 0, 1, 1184933549)

And where could I configure to have english, not german, postgres logs?

mfg zmi
--
// Michael Monnerie, Ing.BSc ----- http://it-management.at
// Tel: 0676/846 914 666 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: EA39 8918 EDFF 0A68 ACFB 11B7 BA2D 060F 1C6F E6B0
// Keyserver: www.keyserver.net Key-ID: 1C6FE6B0

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBGoRXzui0GDxxv5rARAsn4AJ9tt2n+2Y10yXm44+O2DW KtAYYTwQCg2zfg
K0B7KPyN9oTECJGWXsNlHI4=
=ZWfd
-----END PGP SIGNATURE-----

Reply With Quote