From c59f5748d7b6fb9308330e3543893049041f3b50 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 17 May 2022 20:07:15 +0530 Subject: [PATCH] docs(API): update command for spinning an instance (#46013) --- docs/devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devops.md b/docs/devops.md index b047addceb5..7ca6d4bb37b 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -489,7 +489,7 @@ Provisioning VMs with the Code ```console cd api-server - pm2 start ./lib/production-start.js -i max --max-memory-restart 600M --name org + pm2 start "DEBUG=fcc* node lib/production-start.js" -i max --max-memory-restart 600M --name org ``` ### Logging and Monitoring