🗑️ Uninstall
log location
Collected logs might be at a different location based on user configuration.
Manually
logga
- Move
/Applications/logga.app
to Bin - If you want to remove ALL logga files (configuration and collected logs) as well, then delete
/Library/Application Support/Logga/
folder.
logga daemon
- Move
/Applications/logga-daemon.app
to Bin - If you want to remove ALL logga files (configuration and collected logs) as well, then delete
/Library/Application Support/Logga/
folder and/Library/LaunchDaemons/com.logga.client.daemon.service.plist
file.
Brew
logga
bash
brew uninstall logga
brew untap logga-app/logga
logga daemon
bash
brew uninstall logga-daemon
brew untap logga-app/logga
WARNING
Brew will remove ALL logga files and directores, including configuration and collected logs.
custom scripts
logga
bash
sudo rm -rf /Applications/logga.app
sudo rm -rf /Library/Application\ Support/Logga/
logga daemon
bash
sudo rm -rf /Applications/logga-daemon.app
sudo rm -rf /Library/Application\ Support/Logga/
sudo rm /Library/LaunchDaemons/com.logga.client.daemon.service.plist
WARNING
The above script removes ALL logga files and directores, including configuration and collected logs.