# Identify the component configuration used to define the site: site-definition site.zcml # Standard Filestorage path var/Data.fs # 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 log/z3.log formatter zope.exceptions.log.Formatter path STDOUT formatter zope.exceptions.log.Formatter # Uncomment this to switch on developer mode (e.g. for APIDoc) #devmode on