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

Method warning

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

Source from the content-addressed store, hash-verified

50 self.increment("gunicorn.log.error", 1)
51
52 def warning(self, msg, *args, **kwargs):
53 Logger.warning(self, msg, *args, **kwargs)
54 self.increment("gunicorn.log.warning", 1)
55
56 def exception(self, msg, *args, **kwargs):
57 Logger.exception(self, msg, *args, **kwargs)

Callers 15

test_statsd_failFunction · 0.95
_parse_app_specsMethod · 0.45
runMethod · 0.45
_signal_handlerMethod · 0.45
_worker_monitorMethod · 0.45
_execute_on_workerMethod · 0.45
reap_workersMethod · 0.45
executeMethod · 0.45
sendMethod · 0.45
shutdownMethod · 0.45
logMethod · 0.45
_sock_sendMethod · 0.45

Calls 1

incrementMethod · 0.95

Tested by 1

test_statsd_failFunction · 0.76