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
When we make changes to the system, even as developer, we want to log
the events.
Example install logs:
# make install.bin install.launchd
...
default 00:36:57.201190+0200 logger Installing executables for socket_vmnet
v1.1.7-10-gb0725b3 in //opt/socket_vmnet/bin
default 00:36:57.299663+0200 logger Installing launchd service for socket_vmnet
v1.1.7-10-gb0725b3 in /Library/LaunchDaemons/io.github.lima-vm.socket_vmnet.plist
# make uninstall.launchd uninstall.bin
...
default 00:42:06.046128+0200 logger Uninstalling launchd service for socket_vmnet
default 00:42:06.256458+0200 logger Uninstalling executables for socket_vmnet
Signed-off-by: Nir Soffer <[email protected]>
0 commit comments