# -*- sh -*- $Id: sample_environment,v 1.5 2003/03/16 04:53:53 david Exp $

# (This file has an sh-like syntax, but only supports
# the setting of environment variables -- it is NOT
# a shell script.)

# You may set any environment variables for this instance
# of zope -- the complete list of available variables is
# in /usr/share/doc/zope/ENVIRONMENT.txt

# ------------- DON'T Add These ------------
# These two environment variables should NOT be set unless you
# really know what you're doing -- the Debian zope package sets
# these internally, correctly.

# ZOPE_HOME
# SOFTWARE_HOME

# ------------- Probably Don't NEed This Either ---------
# INSTANCE_HOME will be generated automatically; set it here
# only if you want to override zopectl's default behavior
# (see man 8 zopectl).

# INSTANCE_HOME= 	# becomes /var/lib/zope/instance/<instance_name>

# ------------ 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
