mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo: treatement to treatment
This commit is contained in:
parent
d4ff4b419c
commit
aa8b258f93
@ -53,7 +53,7 @@ class Statsd(Logger):
|
|||||||
Logger.exception(self, msg, *args, **kwargs)
|
Logger.exception(self, msg, *args, **kwargs)
|
||||||
self.increment("gunicorn.log.exception", 1)
|
self.increment("gunicorn.log.exception", 1)
|
||||||
|
|
||||||
# Special treatement for info, the most common log level
|
# Special treatment for info, the most common log level
|
||||||
def info(self, msg, *args, **kwargs):
|
def info(self, msg, *args, **kwargs):
|
||||||
self.log(logging.INFO, msg, *args, **kwargs)
|
self.log(logging.INFO, msg, *args, **kwargs)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user