r9489 - helma-ng/trunk/apps/storage
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-01-16 11:45:13 +0100 (Fri, 16 Jan 2009)
New Revision: 9489
Modified:
helma-ng/trunk/apps/storage/config.js
Log:
Add helma.logging middleware.
Details at http://dev.helma.org/trac/helma/changeset/9489
Modified: helma-ng/trunk/apps/storage/config.js
===================================================================
--- helma-ng/trunk/apps/storage/config.js 2009-01-16 10:45:12 UTC (rev 9488)
+++ helma-ng/trunk/apps/storage/config.js 2009-01-16 10:45:13 UTC (rev 9489)
@@ -2,5 +2,9 @@
[ /^$/, 'main' ]
];
+var middleware = [
+ "helma.logging"
+]
+
var charset = 'utf8';
var contentType = 'text/html';
\ No newline at end of file