6 February 2008 0 comments Zope, Linux
This blog post is 14 years old! Most likely, its content is outdated. Especially if it's technical.
I've installed a lot of Zope instances on my laptop since version 2.7.3 and out of curiosity and desperate need for more hard drive space I thought I'd log rotate them all with the standard Linux logrotate
program.
Before doing the log rotate, the total size of all my event.log
files came to about 290Mb! After running logrotate
(twice of course to go from event.log.1 to event.log.2.gz) the total size become 20Mb. Not a huge significance in the world of gigabyte hard drives but at least something.
- Previous:
- Ocado gets customer service right 2 February 2008
- Next:
- Chinese New Year and the Persecution of Falun Gong in China 9 February 2008
- Related by category:
- Linux tip: du --max-depth=1 27 September 2007 Linux
- How to create-react-app with Docker 17 November 2017 Linux
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Linux
- set -ex - The most useful bash trick of the year 31 August 2014 Linux
- Run something forever in bash until you want to stop it 13 February 2018 Linux
- Related by keyword:
- Msgpack vs JSON (with gzip) 19 December 2017
- How to rotate a video on OSX with ffmpeg 3 January 2018
- ztar - my wrapper on tar -z 29 June 2005