MCPcopy
hub / github.com/lightningpixel/modly / filter

Method filter

api/main.py:26–27  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

24
25class _StatusFilter(logging.Filter):
26 def filter(self, record):
27 return "/generate/status/" not in record.getMessage()
28
29logging.getLogger("uvicorn.access").addFilter(_StatusFilter())
30

Callers 15

setupIpcHandlersFunction · 0.80
readExtensionsFromDirFunction · 0.80
listDownloadedModelsFunction · 0.80
validateInstallManifestFunction · 0.80
archiveCurrentSessionFunction · 0.80
nearestUpstreamWaitsFunction · 0.80
identifyBranchesFunction · 0.80
executeExtensionNodeFunction · 0.80
finalizeFunction · 0.80
ExtensionsPanelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected