summaryrefslogtreecommitdiff
path: root/repoze/bfg/paster.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-18 18:07:12 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-18 18:07:12 +0000
commitc5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch)
treeb6c09425e10c2900bf2120dfe4d390e9070f960c /repoze/bfg/paster.py
parente4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff)
downloadpyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.gz
pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.bz2
pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.zip
Prep for b1
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
Diffstat (limited to 'repoze/bfg/paster.py')
-rw-r--r--repoze/bfg/paster.py1
1 files changed, 1 insertions, 0 deletions
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: