Skip to content

Instantly share code, notes, and snippets.

@gigorok
Created July 9, 2014 15:00
Show Gist options
  • Save gigorok/4458606c515e103e0279 to your computer and use it in GitHub Desktop.
Save gigorok/4458606c515e103e0279 to your computer and use it in GitHub Desktop.
Restart syslog on Mac OS
~#: launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
~#: launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist
@masukomi
Copy link

out of the above options @n8felton 's is the one that works for me in Ventura

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment