From 177a5261607febd4491f055cfc511551594bd75c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 10 Mar 2018 19:49:28 +0000 Subject: Logging fixes --- pysite/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/__init__.py') diff --git a/pysite/__init__.py b/pysite/__init__.py index fa5aa8b8..f807eaf4 100644 --- a/pysite/__init__.py +++ b/pysite/__init__.py @@ -24,7 +24,7 @@ if PAPERTRAIL_ADDRESS: logging_handlers.append(StreamHandler(stream=sys.stderr)) logging.basicConfig( - format="%(asctime)s pd.beardfist.com Site: | %(name)15s | %(levelname)8s | %(message)s", + format="%(asctime)s pd.beardfist.com Site: | %(name)30s | %(levelname)8s | %(message)s", datefmt="%b %d %H:%M:%S", level=log_level, handlers=logging_handlers -- cgit v1.2.3