Move logsettings to common, so that it's shared between cms and lms

This commit is contained in:
Calen Pennington
2012-10-02 12:51:04 -04:00
parent 20f84b2055
commit bc69ed8c9e
11 changed files with 9 additions and 105 deletions

View File

@@ -8,7 +8,7 @@ sessions. Assumes structure:
/log # Where we're going to write log files
"""
from .common import *
from .logsettings import get_logger_config
from logsettings import get_logger_config
from .dev import *
import socket