aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/__init__.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-01 13:21:10 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-01 13:21:10 +0100
commitb16b61ca43631a47279560de9c771f0e7791023e (patch)
treeb88820214a4de7765c14b94350620f38e2e1f28a /pysite/__init__.py
parentAdding atom (#49) (diff)
Fix logging, restrict staff index route
Diffstat (limited to 'pysite/__init__.py')
-rw-r--r--pysite/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/__init__.py b/pysite/__init__.py
index 9aed2f66..3e11a776 100644
--- a/pysite/__init__.py
+++ b/pysite/__init__.py
@@ -34,7 +34,7 @@ if DATADOG_ADDRESS:
logging_handlers.append(StreamHandler(stream=sys.stderr))
logging.basicConfig(
- format="%(asctime)s pd.beardfist.com Site: | %(name)30s | %(levelname)8s | %(message)s",
+ format="%(asctime)s pd.beardfist.com Site: | %(name)35s | %(levelname)8s | %(message)s",
datefmt="%b %d %H:%M:%S",
level=log_level,
handlers=logging_handlers