From c5f24b2957a2a7569d70930ac5bc630cc5aaac55 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jan 2010 18:07:12 +0000 Subject: Prep for b1 Merge a bunch of paper-based docs fixes Configure logging during bfgshell. --- repoze/bfg/paster.py | 1 + 1 file changed, 1 insertion(+) (limited to 'repoze/bfg/paster.py') diff --git a/repoze/bfg/paster.py b/repoze/bfg/paster.py index 452c13fc5..da1be9692 100644 --- a/repoze/bfg/paster.py +++ b/repoze/bfg/paster.py @@ -92,6 +92,7 @@ class BFGShellCommand(Command): 'root object.') banner = "Python %s on %s\n%s" % (sys.version, sys.platform, cprt) config_file, section_name = self.args + self.logging_file_config(config_file) app = get_app(config_file, section_name, loadapp=self.loadapp[0]) root, closer = get_root(app) if self.IPShell is not None and not self.options.disable_ipython: -- cgit v1.2.3