# loops/inst/bluebream/zope.conf
# main zope configuration file for deployment
# Identify the component configuration used to define the site:
site-definition application.zcml
path var/filestorage/Data.fs
blob-dir var/blob
# Uncomment this if you want to connect to a ZEO server instead:
#
# server localhost:8100
# storage 1
# # ZEO client cache, in bytes
# cache-size 20MB
# # Uncomment to have a persistent disk cache
# #client zeo1
#
# This sets up logging to both a file and to standard output (STDOUT).
# The "path" setting can be a relative or absolute filesystem path or
# the tokens STDOUT or STDERR.
path var/log/bluebream.log
formatter zope.exceptions.log.Formatter
path STDOUT
formatter zope.exceptions.log.Formatter