From 73452dc8ecb9bdee3f96da89954d262a0b205b71 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 16 Oct 2024 14:00:47 +0200 Subject: [PATCH] Update pm2.md --- website/docs/panel/applications/pm2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/panel/applications/pm2.md b/website/docs/panel/applications/pm2.md index acadd5ac..afbd4cbd 100644 --- a/website/docs/panel/applications/pm2.md +++ b/website/docs/panel/applications/pm2.md @@ -117,6 +117,7 @@ Currently only the following actions can be performed for existing applications - [Start / Stop](/docs/panel/applications/pm2#stop) - [Restart](/docs/panel/applications/pm2#restart) - [Delete](/docs/panel/applications/pm2#delete) +- [View Logs](/docs/panel/applications/pm2#logs) ### Restart @@ -137,3 +138,8 @@ To stop the application simply click on the 'Stop' button. This will immediately To completely remove an appliaiton click on the 'Delete' button. This will immediately stop the process and delete the Nginx proxy to the port. ![pm2_app_delete.png](/img/panel/v1/applications/pm2_app_delete.png) + +### Logs + +To view error logs for an applicaiton, click on the 'Logs' button: +![pm2_app_logs.png](/img/panel/v1/applications/pm2logs.png)