~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/configure.py

  • Committer: dcoles
  • Date: 2008-07-16 06:01:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:893
Dispatch: Now attempts to log unhandled exceptions to a log directory specified 
in the config.py. Provides HTTP error code, logged in user, server and URI path 
of the exception. Will also provide a traceback similar to what the user will 
see on 'Non IVLE' errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
# In the local file system, where is the Message of the Day document
120
120
# located. This is an HTML file (just the body fragment), which will
121
121
# be displayed on the login page. It is optional."""))
 
122
config_options.append(ConfigOption("log_path",
 
123
    "/home/informatics/logs/",
 
124
    """Directory where IVLE log files are stored (on the local
 
125
    file system). Note - this must be writable by the user the IVLE server 
 
126
    process runs as (usually www-data).:""",
 
127
    """
 
128
# In the local file system, where is the Terms of Service document located."""))
122
129
config_options.append(ConfigOption("public_host", "public.localhost",
123
130
    """Hostname which will cause the server to go into "public mode",
124
131
providing login-free access to student's published work:""",