Automatically detects and parses Apache, Nginx, and systemd log formats.
Filter logs by IP address, status code, timestamp, or any text content.
Connect directly to remote servers via SSH to view logs in real-time.
Choose from 8 beautiful themes with dark and light mode support.
LogShow makes working with logs flexible and convenient. Import logs from multiple sources including files, clipboard, URLs, or direct SSH connections. The app automatically identifies the log format and presents it in a clean, syntax-highlighted interface that makes debugging faster and more efficient.
Feature | Free | Pro |
---|---|---|
Parse Apache, Nginx, and systemd logs | ||
Import from files | ||
Import from clipboard | ||
Import from URLs | ||
Filter logs | ||
8 Beautiful themes | ||
SSH Connection | ||
SSH with private key support | ||
iCloud sync for SSH configurations | ||
Email Support |
We're continuously working to make LogShow even better. Here's what's coming:
Monitor your logs on the big screen.
Store important logs and access them on all your devices.
Hide all option bars for a distraction-free experience.
Support for more log formats and custom parsers.
LogShow supports RSA keys for SSH connections (available with Pro subscription). Here's how to create an RSA key on Mac or Linux:
ssh-keygen -t rsa -b 4096 -C "your@email" # Replace with your email
Then, copy your key to the server:
ssh-copy-id username@server-ip # Replace with your username and server IP
After setup, select "Private Key" as your authentication method in LogShow and choose your private key file.
For detailed instructions on SSH key setup, visit DigitalOcean's tutorial.
Yes! LogShow supports real-time log streaming through the "Follow Log" option when connecting via SSH.
The "Follow Log" toggle is available in the SSH connection screen and works similar to tail -f
on Unix systems. This option is deactivated by default for each new connection.
Pro tip for Pro users: You can save your SSH connection configuration with "Follow Log" enabled for frequently monitored servers, making it easier to quickly start streaming logs with a single tap.
LogShow currently supports several log formats with intelligent auto-detection:
The app automatically detects the log format when you load a file and applies appropriate color-coding and parsing. If the auto-detection doesn't select the right format, you can manually choose a different parser using the bottom status bar.
We're continually adding support for more log formats in future updates.
LogShow's powerful filtering system helps you quickly find relevant information in your logs:
Pro tips:
Yes! LogShow fully supports both light and dark modes on all Apple platforms.
The app offers 8 beautiful themes, each with light and dark variants. LogShow can either:
You can customize the theme and appearance settings in the app's Settings menu.
LogShow's free version includes core functionality for log parsing and analysis:
The Pro version adds premium features for professional users:
You can upgrade to Pro through an in-app purchase.
Yes, LogShow is optimized to handle large log files efficiently. The app uses an adaptive parsing system that:
While there's no strict file size limit, performance may vary based on your device. We've tested successful parsing of logs up to several hundred megabytes on recent devices.
For extremely large logs, consider using the SSH "Follow Log" feature to stream recent entries or use file filtering on your server to extract relevant portions before loading.