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

Method critical

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

Source from the content-addressed store, hash-verified

42
43 # Log errors and warnings
44 def critical(self, msg, *args, **kwargs):
45 Logger.critical(self, msg, *args, **kwargs)
46 self.increment("gunicorn.log.critical", 1)
47
48 def error(self, msg, *args, **kwargs):
49 Logger.error(self, msg, *args, **kwargs)

Callers 3

test_statsd_failFunction · 0.95
test_instrumentFunction · 0.95
murder_workersMethod · 0.45

Calls 1

incrementMethod · 0.95

Tested by 2

test_statsd_failFunction · 0.76
test_instrumentFunction · 0.76