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

Method warning

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

Source from the content-addressed store, hash-verified

271 self.error_log.error(msg, *args, **kwargs)
272
273 def warning(self, msg, *args, **kwargs):
274 self.error_log.warning(msg, *args, **kwargs)
275
276 def info(self, msg, *args, **kwargs):
277 self.error_log.info(msg, *args, **kwargs)

Callers 6

reexecMethod · 0.45
reap_workersMethod · 0.45
spawn_workerMethod · 0.45
reap_dirty_arbiterMethod · 0.45
_start_control_serverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected