Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Postgresql log files

0

55 views

hey guys ,

I'm running postgresql 8.4 on ubuntu server. I realiszd that my disk is out of space because the log file had became too huge. Can I adjust what gets written to the log file?

asked January 16, 2011 10:48 pm CST
posted via StackOverflow

1 Answers

0
 

Edit /etc/postgresql/8.4/main/postgresql.conf and change or disable the various log_* parameters. Then reload.

You might also want to check what gets written to the logs. By default, there should be that much logging. Possibly, your application is throwing lots of errors, which are being logged.

answered January 21, 2011 2:37 am CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Problem with PostgreSQL
January 11, 2011
Postgresql sequences
January 11, 2011
Objects in PostgreSQL
January 15, 2011