merge stable heads stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Sep 2010 18:43:46 +0200
branchstable
changeset 6278 7bbdc3b6e9ef
parent 6277 83179ccbda1f (current diff)
parent 6269 2220fa621455 (diff)
child 6279 42079f752a9c
child 6280 e220f8b85f88
merge stable heads
--- a/etwist/service.py	Thu Sep 16 18:43:40 2010 +0200
+++ b/etwist/service.py	Thu Sep 16 18:43:46 2010 +0200
@@ -72,8 +72,9 @@
             # create the site
             config = cwcfg.config_for(self.instance)
             config.init_log(force=True)
+            config.debugmode = False
             logger.info('starting cubicweb instance %s ', self.instance)
-            root_resource = CubicWebRootResource(config, False)
+            root_resource = CubicWebRootResource(config)
             website = server.Site(root_resource)
             # serve it via standard HTTP on port set in the configuration
             port = config['port'] or 8080