Show

Show CloudWatch logs for a process or task

tapit show logs [task=task_name] [process=process_name] [container=primary] [limit=lines] [filter=string] [from=iso8601] [to=iso8601] [interval=1h|4h|12h|24h|3d|7d|14d] [-f|--follow]

Parameters

  • task: Show logs for a specific task instead of the main process
  • process: Show logs for a specific named process (default: default process)
  • container: Show logs for a specific container name (default: primary)
  • limit: Maximum number of log lines to return (default: 50, max: 10000, not with -f)
  • filter: Only show log lines containing this string (past logs only, not with -f)
  • from: Start of the time range (ISO8601 timestamp)
  • to: End of the time range (ISO8601 timestamp, defaults to now)
  • interval: Named interval instead of from/to (eg. 4h, 24h, 7d)
  • -f|--follow: Continuously tail and stream new log entries