Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View pod logs from the CLI.
instapods logs my-app
-n
-s
# Last 50 lines instapods logs my-app -n 50 # Only application logs instapods logs my-app -s app # Only nginx access logs instapods logs my-app -s nginx # System logs instapods logs my-app -s system
nginx
system
php-fpm
app
instapods logs my-app -s mysql instapods logs my-app -s postgresql instapods logs my-app -s redis