# HG changeset patch # User Sylvain Thénault # Date 1284655426 -7200 # Node ID 7bbdc3b6e9efeeeb890d79c1b2f5efa1634cfcaa # Parent 83179ccbda1f784114a45d02ec33c103400bb30e# Parent 2220fa621455e2d61553b4c65f321b75ad9a3b86 merge stable heads diff -r 83179ccbda1f -r 7bbdc3b6e9ef etwist/service.py --- 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