You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# extract all relevant lines to point at differences found in lengthy index-logc-debug-*.log files; results in index-logc-debug-*.log.grepped files
for f in index-logc-debug-*.log ; do grep -E 'Starting query|ERROR|"id": "https://ben\.de-meester\.org/#me"|"id": "https://hvdsomp\.info/#i"' $f > $f.grepped ; done