save debug.log in correct directory

This commit is contained in:
Jonathan Warren 2014-10-13 01:59:16 -04:00
parent b6e0396333
commit e096c37f7e
3 changed files with 2 additions and 4 deletions

View File

@ -42,8 +42,6 @@ from api import MySimpleXMLRPCRequestHandler
from helper_startup import isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections
import shared
import helper_startup
helper_startup.loadConfig()
from helper_sql import sqlQuery
import threading

View File

@ -20,6 +20,8 @@ import logging
import logging.config
import shared
import sys
import helper_startup
helper_startup.loadConfig()
# TODO(xj9): Get from a config file.
log_level = 'DEBUG'

View File

@ -859,6 +859,4 @@ def _checkAndShareBroadcastWithPeers(data):
shared.objectProcessorQueueSize += len(data)
objectProcessorQueue.put((objectType,data))
#helper_startup.loadConfig()
from debug import logger