From: | Guy Fraser <guy(at)incentre(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How do I view the logs? |
Date: | 2003-05-15 19:29:38 |
Message-ID: | 3EC3EAA2.10908@incentre.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thank you,
That was what I was looking for.
Ends up it was /var/log/pgsql, which makes sense, but I somehow thought
I should be able to see the
data from pg_xlog, but I guess that data is not usefull, since I am not
into S&M. :-)
Guy
Steve Crawford wrote:
>An unfortunate problem - the word "log" is overloaded and can be either
>transaction logs or "system" logs.
>
>If you ended up looking at pg_xlog files, there is generally no need to view
>those - they will be gibberish to anyone other than a developer with
>masochistic tendencies.
>
>If you are looking for the "syslog" type of logs, check in postgresql.conf
>and see how the logging is performed. It can go to stdout, a file, or to the
>syslog facility. Once you have determined where your configuration is set to
>put your log files, look there. They are plain text files - use your favorite
>viewer.
>
>Cheers,
>Steve
>
>
>On Thursday 15 May 2003 8:24 am, Guy Fraser wrote:
>
>
>>Where are the logs?
>>
>>I have seen logfiles in the data directory as well as sytem tables, but
>>haven't figured out how to view them.
>>
>>Any help would be appreciated.
>>
>>Guy
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 3: if posting/reading through Usenet, please send an appropriate
>>subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>>message can get through to the mailing list cleanly
>>
>>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/docs/faqs/FAQ.html
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Sherman | 2003-05-15 19:53:21 | Re: Choosing a Transaction Isolation Level |
Previous Message | Hegyvari Krisztian | 2003-05-15 17:33:25 | client tool |