Select the types of activity you want to include in your feed.
1#!/usr/bin/env zsh 2 3log_path=${2:-"$HOME/.log/$1.log"} 4/usr/bin/log stream --level debug -p "$1" > "$log_path"