Turn off debug logging on Alpha 1 branch

This commit is contained in:
Dan Stillman 2006-06-29 08:10:18 +00:00
parent 33af3fa8ec
commit 6e49bd8f0f

View File

@ -2,7 +2,7 @@ const SCHOLAR_CONFIG = {
GUID: 'scholar@chnm.gmu.edu',
DB_FILE: 'scholar.sqlite',
DB_REBUILD: false, // erase DB and recreate from schema
DEBUG_LOGGING: true,
DEBUG_LOGGING: false,
DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger
REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo',
REPOSITORY_CHECK_INTERVAL: 3600, // temp -- 86400, // 24 hours