Commit 658bb622 by Calen Pennington

Always import logsettings after common, so that paths are set

parent bc69ed8c
...@@ -3,8 +3,8 @@ This is the default template for our main set of AWS servers. ...@@ -3,8 +3,8 @@ This is the default template for our main set of AWS servers.
""" """
import json import json
from logsettings import get_logger_config
from .common import * from .common import *
from logsettings import get_logger_config
############################### ALWAYS THE SAME ################################ ############################### ALWAYS THE SAME ################################
DEBUG = False DEBUG = False
......
...@@ -8,8 +8,8 @@ Common traits: ...@@ -8,8 +8,8 @@ Common traits:
""" """
import json import json
from logsettings import get_logger_config
from .common import * from .common import *
from logsettings import get_logger_config
############################### ALWAYS THE SAME ################################ ############################### ALWAYS THE SAME ################################
DEBUG = False DEBUG = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment