Kung Fu Kung Fu

Fujian White Crane Kung Fu

Zope Zope

What I have and am doing with Zope

Photos Photos

Photoalbum, both old and new.

Receptsamlingen Receptsamlingen

In Swedish only. About my "Collection of Recipes" website.

Contact me Contact me

My contact details and how to contact me.

  Mobile version of this page Mobile version of this page


 

Toggle Zope's debug mode

http://www.peterbe.com/plog/toggle-z...ebug-mode/toggledebugmode.py

1st of October 2005

This is far from rocket science but since I personally many times find it useful I thought I could share it with other Zope developers/users who find themselfs often editing the etc/zope.conf file to change the debug-mode key.

This script opens the zope.conf file and changes it to say debug-mode off if it said debug-mode on before and changes it to debug-mode on if it said debug-mode off before.

Using it looks like this:

 ~$ cd zope
 ~/zope$ wget http://www.peterbe.com/plog/toggle-zopes-debug-mode/toggledebugmode.py
 ~/zope$ chmod +x toggledebugmode.py
 ~/zope$ ./toggledebugmode.py
 debug-mode switched OFF
 ~/zope$ ./toggledebugmode.py
 debug-mode switched ON


Comment

 
Name:
Email:
hide my email address.

Your email address will be encoded to prevent email-extraction spiders from reading it so you won't get spammed if you decide to show your email address.