🗑️ Uninstall 
log location
Collected logs might be at a different location based on user configuration.
Manually 
logga 
- Move /Applications/logga.appto 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.appto 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.plistfile.
Brew 
logga 
bash
brew uninstall logga
brew untap logga-app/loggalogga daemon 
bash
brew uninstall logga-daemon
brew untap logga-app/loggaWARNING
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.plistWARNING
The above script removes ALL logga files and directores, including configuration and collected logs.
