MCPcopy
hub / github.com/celery/celery / info

Function info

celery/app/trace.py:123–128  ·  view source on GitHub ↗

Log 'fmt % context' with severity 'INFO'. 'context' is also passed in extra with key 'data' for custom handlers.

(fmt, context)

Source from the content-addressed store, hash-verified

121
122
123def info(fmt, context):
124 """Log 'fmt % context' with severity 'INFO'.
125
126 'context' is also passed in extra with key 'data' for custom handlers.
127 """
128 logger.info(fmt, context, extra={'data': context})
129
130
131def task_has_custom(task, attr):

Callers 15

apply_entryMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
loopMethod · 0.85
task_message_handlerFunction · 0.85
revokedMethod · 0.85
_growMethod · 0.85
_shrinkMethod · 0.85
syncMethod · 0.85
startMethod · 0.85
on_elect_ackMethod · 0.85
on_node_lostMethod · 0.85

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected