Re: PostgreSQL warnings filling up the logs with PickleCol

Oleg Broytman <[email protected]>
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
On Thu, May 31, 2012 at 10:31:33AM +0200, Tom Coetser <[email protected]> wrote:
> Thanks, seems to solve the problem nicely. I assume this will go into the next 
> release for 1.3, correct?

   It will go to the repository today, but formal releases will be much
later. I'll be on vacation (and completely off-line) until June 20.

> > > Any help on how to solve this so I can get my log files cleaned up, in
> > > order to debug another connection problem, would be greatly appreciated.
> > 
> >    What log files? /var/log/postgresql/*.log?
> 
> Yes, but specifically /var/log/postgresql/postgresql-8.4-main.log on Debian 
> Squeeze.

/etc/init.d/postgresql stop
rm /var/log/postgresql/* # or rm *.gz && gzip *.log
/etc/init.d/postgresql start

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.