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

Method debug

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

Source from the content-addressed store, hash-verified

277 self.error_log.info(msg, *args, **kwargs)
278
279 def debug(self, msg, *args, **kwargs):
280 self.error_log.debug(msg, *args, **kwargs)
281
282 def exception(self, msg, *args, **kwargs):
283 self.error_log.exception(msg, *args, **kwargs)

Callers 11

_get_userMethod · 0.95
pre_requestMethod · 0.45
setupMethod · 0.45
startMethod · 0.45
handle_winchMethod · 0.45
manage_workersMethod · 0.45
spawn_workerMethod · 0.45
_start_control_serverMethod · 0.45
_stop_control_serverMethod · 0.45
create_socketsFunction · 0.45
sd_notifyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected