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

Method info

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

Source from the content-addressed store, hash-verified

59
60 # Special treatment for info, the most common log level
61 def info(self, msg, *args, **kwargs):
62 self.log(logging.INFO, msg, *args, **kwargs)
63
64 # skip the run-of-the-mill logs
65 def debug(self, msg, *args, **kwargs):

Callers 8

test_statsd_failFunction · 0.95
test_dogstatsd_tagsFunction · 0.95
test_instrumentFunction · 0.95
test_prefixFunction · 0.95
test_prefix_no_dotFunction · 0.95
test_prefix_nestedFunction · 0.95

Calls 1

logMethod · 0.95

Tested by 8

test_statsd_failFunction · 0.76
test_dogstatsd_tagsFunction · 0.76
test_instrumentFunction · 0.76
test_prefixFunction · 0.76
test_prefix_no_dotFunction · 0.76
test_prefix_nestedFunction · 0.76