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

Method exception

gunicorn/glogging.py:282–283  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

280 self.error_log.debug(msg, *args, **kwargs)
281
282 def exception(self, msg, *args, **kwargs):
283 self.error_log.exception(msg, *args, **kwargs)
284
285 def log(self, lvl, msg, *args, **kwargs):
286 if isinstance(lvl, str):

Callers 2

spawn_workerMethod · 0.45
spawn_dirty_arbiterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected