Changeset 431 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
07/16/10 15:56:36 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Make sure all syslog-using scripts pick up the global logging
facility instead of hardcoding local2. See #17.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r426 r431  
    2525use MyIPDB;
    2626
    27 openlog "IPDB","pid","local2";
     27openlog "IPDB","pid","$IPDB::syslog_facility";
    2828
    2929# Collect the username from HTTP auth.  If undefined, we're in
Note: See TracChangeset for help on using the changeset viewer.