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

Method debug

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

Source from the content-addressed store, hash-verified

63
64 # skip the run-of-the-mill logs
65 def debug(self, msg, *args, **kwargs):
66 self.log(logging.DEBUG, msg, *args, **kwargs)
67
68 def log(self, lvl, msg, *args, **kwargs):
69 """Log a given statistic if metric, value and type are present

Callers 15

test_statsd_failFunction · 0.95
test_instrumentFunction · 0.95
handle_clientMethod · 0.45
spawn_workerMethod · 0.45
load_appsMethod · 0.45
runMethod · 0.45
handle_connectionMethod · 0.45
_cleanupMethod · 0.45
_handle_http_requestMethod · 0.45
startupMethod · 0.45

Calls 1

logMethod · 0.95

Tested by 2

test_statsd_failFunction · 0.76
test_instrumentFunction · 0.76