Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Log messages of the server?


  • From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
  • To: "Joerg Hessdoerfer" <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com>, "PostgreSQL Win32 port list" <pgsql-hackers-win32(at)postgresql(dot)org>
  • Subject: Re: Log messages of the server?
  • Date: Mon, 8 Nov 2004 10:42:08 +0100
  • Message-id: <6BCB9D8A16AC4241919521715F4D8BCE4760DD(at)algol(dot)sollentuna(dot)se>

> Hi,
> 
> just a quick question: I've installed test-drives of the 
> PostgreSQL 8.0 beta installers (all versions, up to and 
> including beta4), on win2k, XP Pro and XP home, they all 
> worked fine starting the postmaster as service under user 
> postgres. I just realized, though, that I had a problem 
> upgrading one machine from beta2 to beta3, though. The 
> service didn't start, because an initdb was required. But I 
> didn't see any eventlog messages (that's where a windows user 
> would look first, naturally). After more careful scrutiny, I 
> did not find
> *ANY* server log messages. Where does the installer set 
> logging to? Is logging to eventlog even implemented? How to 
> configure it?

There has been a debate about where to log, and the end result was not
to default to eventlog. You can enable eventlogging by editing
postgresql.conf, look for the parameter "log_destination".
Log files by default go into the pg_log subdirectory of the data
directory.

//Magnus



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group