# -*- sh -*- $Id: environment,v 1.4 2003/03/16 04:53:55 david Exp $

# This file contains environment variables for the default zope instance,
# i.e. the one created by the zope package itself.
# (It has an sh-like syntax, but only supports
# the setting of environment variables -- it is NOT
# a shell script.)

#########
######
#
# This is for compatibility with older zope packages on Debian;
# Normally, you shouldn't set INSTANCE_HOME, or you should
# set it to something like /var/lib/zope/instance/instancename --
# see zopectl(8) for more information.
#
INSTANCE_HOME=/var/lib/zope
#
######
#########

# ------------ You can change these relatively safely ----------------

# you may want to also change /etc/logrotate.d/zope if you move the log files
# unqualified names here become /var/log/zope/instance/<instance_name>/...

# The following two environment variables have corresponding option values
# that accomplish the same thing; according to zope documentation either
# one should work, but I find the environment variables have no effect
# (they seem to be overridden by hardcoded values in [zope-]z2.py), at
# least in zope 2.6.1.  So, rather than specifying these here, you're
# better off doing it in the options file:

# LOG_FILE=Z2.log   # specify this in options, with "-l"
# DETAILED_LOG_FILE=monitor.log   # specify this in options, with "-M"

EVENT_LOG_FILE=event.log 
# EVENT_LOG_FORMAT=
# EVENT_LOG_SEVERITY=

# PROFILE_PUBLISHER=profile.log
