eslogger

last updated: Nov 17, 2025

eslogger is a super useful debugging tool for Mac OS X, which sadly does not appear to even merit a single webpage at apple.com.

example: monitor files stated by a process named git, and print out just their path

sudo eslogger stat | jq -r 'select(.process.executable.path | test("/git$")) | .event.stat.target.path'

cf debugging os x

↑ up