Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Eugeny/ajenti into redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 30, 2011
2 parents 212dcb8 + 5b91842 commit 6f49257
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ajenti/standalone.py
Expand Up @@ -7,6 +7,7 @@
from ajenti.core import Application, AppDispatcher
from ajenti.plugmgr import PluginLoader
from ajenti import version
from ajenti import deployed
import ajenti.utils

import gevent.pywsgi
Expand Down Expand Up @@ -65,6 +66,9 @@ def run_server(log_level=logging.INFO, config_file=''):
else:
log.info('Using default settings')

# Handle first-launch reconfiguration
deployed.reconfigure(config)

# Add log handler to config, so all plugins could access it
config.set('log_facility',log)

Expand Down

0 comments on commit 6f49257

Please sign in to comment.