Changeset 1779 for trunk/gsdl/etc


Ignore:
Timestamp:
2000-12-11T12:03:48+13:00 (23 years ago)
Author:
sjboddie
Message:

Implemented LogDateFormat configuration option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/etc/main.cfg

    r1759 r1779  
    1414# turning off EmailEvents and EmailUserEvents will remove any
    1515# reliance on MailServer.
    16 #MailServer mail.cs.waikato.ac.nz
     16#MailServer      mail.cs.waikato.ac.nz
    1717
    1818# Set status to "disabled" if you don't want the Maintenance and
     
    3333usecookies      false
    3434
     35# LogDateFormat sets the format that timestamps will be stored in the usage
     36# log (i.e. if logcgiargs is enabled). It takes the following values:
     37LocalTime: (the default) The local time and date in the form
     38           "Thu Dec  7 23:47:00 NZDT 2000".
     39UTCTime: Coordinated universal time (GMT) in the same format as LocalTime.
     40Absolute: Integer value representing the number of seconds since
     41          00:00:00 1/1/1970 GMT
     42LogDateFormat   LocalTime
     43
    3544# Log any events that Greenstone deems important in
    3645# $GSDLHOME/etc/events.txt.
     
    4251#                  (e.g. someone just built a collection)
    4352# Disabled: Don't log events
    44 LogEvents       AllEvents
     53LogEvents       Disabled
    4554
    4655# Email the maintainer whenever any event occurs. EmailEvents
     
    4857# Note that perl must be installed for EmailEvents or
    4958# EmailUserEvents to work.
    50 EmailEvents     AllEvents
     59EmailEvents     Disabled
    5160
    5261# In some cases it may be appropriate to email the user about a
    5362# certain event (e.g. notification from the collector that a collection
    5463# was built successfully)
    55 EmailUserEvents true
     64EmailUserEvents false
    5665
    5766
Note: See TracChangeset for help on using the changeset viewer.