Turn off debug logging on Alpha 1 branch
This commit is contained in:
parent
33af3fa8ec
commit
6e49bd8f0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user