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

Function loggers

gunicorn/glogging.py:88–92  ·  view source on GitHub ↗

get list of all loggers

()

Source from the content-addressed store, hash-verified

86
87
88def loggers():
89 """ get list of all loggers """
90 root = logging.root
91 existing = list(root.manager.loggerDict.keys())
92 return [logging.getLogger(name) for name in existing]
93
94
95class SafeAtoms(dict):

Callers 2

reopen_filesMethod · 0.85
close_on_execMethod · 0.85

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected