Applications
Every application in DeployFly has its own log viewer showing the Nginx access log, Nginx error log, and PHP error log filtered to that application only. No need to grep through server-wide log files.
Before you start
Go to your server → Applications → click the application name → click the "Logs" tab in the application menu.
Use the tabs to switch between: Access Log (all HTTP requests to this app), Error Log (Nginx errors for this vhost), and PHP Error Log (PHP warnings and fatals for this app's pool).
Type a search term to filter lines in real time. Common filters: a specific URL path, an HTTP status code (e.g. "500"), or a PHP error class name.
Toggle "Live Tail" to refresh automatically every 3 seconds. Use this when debugging an issue that is actively occurring.
Click "Clear Log" to truncate the log file to zero bytes. The log starts accumulating fresh entries immediately. Useful after resolving a flood of repeated errors.
Tips