224
logger = logging.getLogger('root')
225
logger.info('Starting awstrial...')
225
is_interactive = ('manage.py' in sys.argv[0]) if sys.argv else False
227
# disable logging since we're using the ./manage.py from the shell
228
# in order to prevent permission problems when multiple users
229
# access the same log
230
LOGGING_CONFIG = None
227
232
# vi: ts=4 expandtab