mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
11741543da
commit
6e4c3e41dc
@@ -42,9 +42,9 @@ except Exception:
|
||||
import logging
|
||||
|
||||
logging.basicConfig(
|
||||
filename='/var/log/zulip/errors.log',
|
||||
filename="/var/log/zulip/errors.log",
|
||||
level=logging.INFO,
|
||||
format='%(asctime)s %(levelname)s %(name)s %(message)s',
|
||||
format="%(asctime)s %(levelname)s %(name)s %(message)s",
|
||||
)
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.exception("get_wsgi_application() failed:")
|
||||
|
||||
Reference in New Issue
Block a user