Command: python -c "from pathlib import Path;cid='fl4-accept2-1788098174';root=Path('..')/'bridge-data';hits=[];total=0;
for p in root.rglob('*'):
if p.is_file() and p.suffix.lower() in ('.log','.jsonl','.txt') and p.stat().st_size<10000000:
try: ls=[x for x in p.read_text(encoding='utf-8',errors='ignore').splitlines() if cid in x]
except Exception: continue
if ls: hits.append((str(p),len(ls),ls[-5:]));total+=len(ls)
print('TOTAL_HITS='+str(total));
for h in hits: print('FILE='+h[0]+' COUNT='+str(h[1]));[print('LINE='+x) for x in h[2:3][0]]"
Directory: projects
Status: SUCCESS
Exit code: 0