Skip to main content

stack logs

Tail logs for all services or a specific service.

Usage

postkit stack logs                        # Follow all services
postkit stack logs keycloak # Keycloak logs only
postkit stack logs postgres --no-follow # Print last 100 lines and exit
postkit stack logs postgrest -n 50 # Last 50 lines, then follow

Arguments

ArgumentDescription
[service]Service name to tail. Omit for all services.

Options

OptionDefaultDescription
-f, --followtrueStream logs continuously
--no-followPrint last N lines and exit
-n, --tail <number>100Number of lines to show

Press Ctrl+C to stop following.