SVN: r23681 - trunk/quixote/demo
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Fri, 12 Mar 2004 10:11:28 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme Date: 2004-03-12 10:11:28 -0500 (Fri, 12 Mar 2004) New Revision: 23681 Modified: trunk/quixote/demo/demo.conf Log: Don't set DEBUG_LOG. Extra logs files are confusing when people are starting out. Modified: trunk/quixote/demo/demo.conf =================================================================== --- trunk/quixote/demo/demo.conf 2004-03-12 14:16:23 UTC (rev 23680) +++ trunk/quixote/demo/demo.conf 2004-03-12 15:11:28 UTC (rev 23681) @@ -3,7 +3,6 @@ # in your browser. (The default settings shipped in Quixote's config.py # module are for security rather than ease of testing/development.) -DEBUG_LOG = "/tmp/quixote-demo-debug.log" ERROR_LOG = "/tmp/quixote-demo-error.log" DISPLAY_EXCEPTIONS = "plain" SECURE_ERRORS = 0