# logs

## Overview

Tails logs for a deployed app. Under the hood this wraps `kubectl logs`.

```
podplane logs <name> [flags]
```

## Options

| Flag | Description |
| --- | --- |
| `-n, --namespace string` | Kubernetes namespace the app was deployed into |
| `--context string` | The name of the kubeconfig context to use (default: current kubeconfig context) |
| `--kubeconfig string` | Path to the kubeconfig file (default: `$KUBECONFIG` or `~/.kube/config`) |

