From 7ad5f3d841bb0e54c648b8ad22c62c8e0043fbd6 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Thu, 26 Jan 2017 10:41:56 +0100
Subject: [PATCH] undo borkage: wsgiref does not use listen, it uses port - ref: #2919

---
 docs/quick_tutorial/logging/development.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tutorial/logging/development.ini b/docs/quick_tutorial/logging/development.ini
index 5e8e65a..b869ca5 100644
--- a/docs/quick_tutorial/logging/development.ini
+++ b/docs/quick_tutorial/logging/development.ini
@@ -6,7 +6,7 @@
 
 [server:main]
 use = egg:pyramid#wsgiref
-listen = *:6543
+port = 6543
 
 # Begin logging configuration
 

--
Gitblit v1.9.3