View container logs
If you need to check the logs for troubleshooting or to monitor what’s happening in specific Plane services like the API or Worker, you can access them directly from the command line.
To view logs, start by running the command ↓:
This brings up a table where you can select which container logs you want to view.
Community Edition
Community Edition
Here’s how to view logs for any service in Plane Community Edition, whether it’s the API, Worker, Redis, or others. This can be really helpful when troubleshooting or just getting insights into how each service is running.
-
Start by running the setup script:
This will bring up the main menu with options. Select
6
to view logs. -
After choosing
6
, you’ll see a sub-menu listing all available services: -
Pick the service whose logs you’d like to check. For example, if you want to view the API logs, type
3
.After selecting a service, you’ll see the logs in real-time. Here’s an example of what API logs might look like:
-
To exit the logs, use
CTRL+C
. This will take you back to the main menu where you can select another action or view logs from a different service.