MCPcopy
hub / github.com/benoitc/gunicorn / error

Method error

gunicorn/instrument/statsd.py:48–50  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

46 self.increment("gunicorn.log.critical", 1)
47
48 def error(self, msg, *args, **kwargs):
49 Logger.error(self, msg, *args, **kwargs)
50 self.increment("gunicorn.log.error", 1)
51
52 def warning(self, msg, *args, **kwargs):
53 Logger.warning(self, msg, *args, **kwargs)

Callers 15

test_statsd_failFunction · 0.95
handle_clientMethod · 0.45
_execute_on_workerMethod · 0.45
handle_manage_requestMethod · 0.45
handle_stash_requestMethod · 0.45
reap_workersMethod · 0.45
load_appsMethod · 0.45
runMethod · 0.45
handle_connectionMethod · 0.45
handle_requestMethod · 0.45

Calls 1

incrementMethod · 0.95

Tested by 1

test_statsd_failFunction · 0.76