· 4 years ago · May 12, 2021, 08:44 AM
1APP not set => setting it to: app.js
22021-05-12T08:14:33.726Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
32021-05-12T08:14:33.804Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
4
5 -------------
6
7__/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
8 _\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
9 _\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
10 _\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
11 _\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
12 _\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
13 _\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
14 _\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
15 _\///______________\///______________\///__\///////////////__
16
17
18 Runtime Edition
19
20 PM2 is a Production Process Manager for Node.js applications
21 with a built-in Load Balancer.
22
23 Start and Daemonize any application:
24 $ pm2 start app.js
25
26 Load Balance 4 instances of api.js:
27 $ pm2 start api.js -i 4
28
29 Monitor in production:
30 $ pm2 monitor
31
32 Make pm2 auto-boot at server restart:
33 $ pm2 startup
34
35 To go further checkout:
36 http://pm2.io/
37
38
39 -------------
40
412021-05-12T08:14:34.824Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
422021-05-12T08:14:34.824Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
432021-05-12T08:14:34.826Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
442021-05-12T08:14:34.827Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
452021-05-12T08:14:34.905Z pm2:client [PING PM2] Trying to connect to server
462021-05-12T08:14:34.906Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
472021-05-12T08:14:34.909Z axon:sock error ENOENT
482021-05-12T08:14:34.909Z axon:sock ignored ENOENT
492021-05-12T08:14:34.910Z axon:sock error ENOENT
502021-05-12T08:14:34.910Z axon:sock ignored ENOENT
512021-05-12T08:14:35.011Z axon:sock attempting reconnect
522021-05-12T08:14:35.012Z axon:sock closing
532021-05-12T08:14:35.012Z axon:sock closing 0 connections
542021-05-12T08:14:35.012Z pm2:client Daemon not launched
552021-05-12T08:14:35.012Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
562021-05-12T08:14:35.012Z axon:sock attempting reconnect
572021-05-12T08:14:35.012Z axon:sock closing
582021-05-12T08:14:35.012Z axon:sock closing 0 connections
592021-05-12T08:14:35.012Z interactor:client Interactor Daemon not launched
602021-05-12T08:14:35.012Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
61[PM2] Spawning PM2 daemon with pm2_home=/opt/app/.pm2
622021-05-12T08:14:35.122Z axon:sock error ENOENT
632021-05-12T08:14:35.122Z axon:sock ignored ENOENT
642021-05-12T08:14:35.122Z axon:sock error ENOENT
652021-05-12T08:14:35.122Z axon:sock ignored ENOENT
662021-05-12T08:14:36.419Z pm2:client PM2 daemon launched with return message: { online: true, success: true, pid: 15, pm2_version: '4.1.2' }
672021-05-12T08:14:36.422Z interactor:client Interaction file does not exists
682021-05-12T08:14:36.422Z interactor:client Secret key is not defined in configuration { version_management: { active: true },
69 public_key: undefined,
70 secret_key: undefined,
71 machine_name: 'config-service-5-vqw5m',
72 pm2_version: '4.1.2',
73 reverse_interact: true,
74 info_node: 'https://root.keymetrics.io',
75 agent_transport_websocket: 'false',
76 agent_transport_axon: 'true' }
77[PM2] PM2 Successfully daemonized
782021-05-12T08:14:36.422Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
792021-05-12T08:14:36.423Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
802021-05-12T08:14:36.423Z axon:sock connect
812021-05-12T08:14:36.427Z axon:sock add socket 0
822021-05-12T08:14:36.427Z axon:queue flush 0 messages
832021-05-12T08:14:36.427Z pm2:client RPC Connected to Daemon
842021-05-12T08:14:36.504Z pm2:cli Now connected to daemon
852021-05-12T08:14:36.505Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
862021-05-12T08:14:36.640Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
87[PM2] Setting changed
88Module: pm2-logrotate
89$ pm2 set pm2-logrotate:max_size 5M
902021-05-12T08:14:36.643Z interactor:client Disconnect RPC
912021-05-12T08:14:36.643Z interactor:client RPC not launched
922021-05-12T08:14:36.643Z axon:sock closing
932021-05-12T08:14:36.643Z axon:sock closing 1 connections
942021-05-12T08:14:36.644Z axon:sock remove socket 0
952021-05-12T08:14:36.644Z pm2:client PM2 RPC cleanly closed
962021-05-12T08:14:36.644Z pm2:cli This command took 1.739s to execute
972021-05-12T08:14:37.104Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
982021-05-12T08:14:37.107Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
992021-05-12T08:14:38.125Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
1002021-05-12T08:14:38.125Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
1012021-05-12T08:14:38.127Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
1022021-05-12T08:14:38.205Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
1032021-05-12T08:14:38.209Z pm2:client [PING PM2] Trying to connect to server
1042021-05-12T08:14:38.209Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
1052021-05-12T08:14:38.212Z axon:sock error ENOENT
1062021-05-12T08:14:38.212Z axon:sock ignored ENOENT
1072021-05-12T08:14:38.212Z axon:sock connect
1082021-05-12T08:14:38.215Z axon:sock add socket 0
1092021-05-12T08:14:38.215Z axon:queue flush 0 messages
1102021-05-12T08:14:38.215Z axon:sock closing
1112021-05-12T08:14:38.215Z axon:sock closing 1 connections
1122021-05-12T08:14:38.215Z pm2:client Daemon alive
1132021-05-12T08:14:38.216Z axon:sock remove socket 0
1142021-05-12T08:14:38.216Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
1152021-05-12T08:14:38.216Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
1162021-05-12T08:14:38.217Z axon:sock connect
1172021-05-12T08:14:38.217Z axon:sock add socket 0
1182021-05-12T08:14:38.217Z axon:queue flush 0 messages
1192021-05-12T08:14:38.217Z pm2:client RPC Connected to Daemon
1202021-05-12T08:14:38.222Z pm2:cli Now connected to daemon
1212021-05-12T08:14:38.222Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
1222021-05-12T08:14:38.317Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
1232021-05-12T08:14:38.317Z axon:sock attempting reconnect
1242021-05-12T08:14:38.317Z axon:sock closing
1252021-05-12T08:14:38.317Z axon:sock closing 0 connections
1262021-05-12T08:14:38.317Z interactor:client Interactor Daemon not launched
1272021-05-12T08:14:38.318Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
1282021-05-12T08:14:38.318Z axon:sock error ENOENT
1292021-05-12T08:14:38.318Z axon:sock ignored ENOENT
130[PM2] Setting changed
131Module: pm2-logrotate
132$ pm2 set pm2-logrotate:max_size 5M
133$ pm2 set pm2-logrotate:compress true
1342021-05-12T08:14:38.322Z interactor:client Disconnect RPC
1352021-05-12T08:14:38.322Z interactor:client RPC not launched
1362021-05-12T08:14:38.323Z axon:sock closing
1372021-05-12T08:14:38.323Z axon:sock closing 1 connections
1382021-05-12T08:14:38.323Z axon:sock remove socket 0
1392021-05-12T08:14:38.324Z pm2:client PM2 RPC cleanly closed
1402021-05-12T08:14:38.324Z pm2:cli This command took 0.115s to execute
1412021-05-12T08:14:38.726Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
1422021-05-12T08:14:38.803Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
1432021-05-12T08:14:39.825Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
1442021-05-12T08:14:39.825Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
1452021-05-12T08:14:39.903Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
1462021-05-12T08:14:39.905Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
1472021-05-12T08:14:39.908Z pm2:client [PING PM2] Trying to connect to server
1482021-05-12T08:14:39.908Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
1492021-05-12T08:14:39.910Z axon:sock error ENOENT
1502021-05-12T08:14:39.910Z axon:sock ignored ENOENT
1512021-05-12T08:14:39.911Z axon:sock connect
1522021-05-12T08:14:39.913Z axon:sock add socket 0
1532021-05-12T08:14:39.914Z axon:queue flush 0 messages
1542021-05-12T08:14:39.914Z axon:sock closing
1552021-05-12T08:14:39.914Z axon:sock closing 1 connections
1562021-05-12T08:14:39.914Z pm2:client Daemon alive
1572021-05-12T08:14:39.915Z axon:sock remove socket 0
1582021-05-12T08:14:39.916Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
1592021-05-12T08:14:39.916Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
1602021-05-12T08:14:39.917Z axon:sock connect
1612021-05-12T08:14:39.917Z axon:sock add socket 0
1622021-05-12T08:14:39.917Z axon:queue flush 0 messages
1632021-05-12T08:14:39.917Z pm2:client RPC Connected to Daemon
1642021-05-12T08:14:39.922Z pm2:cli Now connected to daemon
1652021-05-12T08:14:39.922Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
1662021-05-12T08:14:40.016Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
1672021-05-12T08:14:40.017Z axon:sock attempting reconnect
1682021-05-12T08:14:40.017Z axon:sock closing
1692021-05-12T08:14:40.017Z axon:sock closing 0 connections
1702021-05-12T08:14:40.017Z interactor:client Interactor Daemon not launched
1712021-05-12T08:14:40.017Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
1722021-05-12T08:14:40.017Z axon:sock error ENOENT
1732021-05-12T08:14:40.017Z axon:sock ignored ENOENT
174[PM2] Setting changed
175Module: pm2-logrotate
176$ pm2 set pm2-logrotate:max_size 5M
177$ pm2 set pm2-logrotate:compress true
178$ pm2 set pm2-logrotate:retain 10
1792021-05-12T08:14:40.019Z interactor:client Disconnect RPC
1802021-05-12T08:14:40.019Z interactor:client RPC not launched
1812021-05-12T08:14:40.020Z axon:sock closing
1822021-05-12T08:14:40.020Z axon:sock closing 1 connections
1832021-05-12T08:14:40.020Z axon:sock remove socket 0
1842021-05-12T08:14:40.021Z pm2:client PM2 RPC cleanly closed
1852021-05-12T08:14:40.021Z pm2:cli This command took 0.114s to execute
1862021-05-12T08:14:40.426Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
1872021-05-12T08:14:40.429Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
1882021-05-12T08:14:41.515Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
1892021-05-12T08:14:41.515Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
1902021-05-12T08:14:41.517Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
1912021-05-12T08:14:41.518Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
1922021-05-12T08:14:41.520Z pm2:client [PING PM2] Trying to connect to server
1932021-05-12T08:14:41.520Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
1942021-05-12T08:14:41.523Z axon:sock error ENOENT
1952021-05-12T08:14:41.523Z axon:sock ignored ENOENT
1962021-05-12T08:14:41.523Z axon:sock connect
1972021-05-12T08:14:41.525Z axon:sock add socket 0
1982021-05-12T08:14:41.526Z axon:queue flush 0 messages
1992021-05-12T08:14:41.526Z axon:sock closing
2002021-05-12T08:14:41.526Z axon:sock closing 1 connections
2012021-05-12T08:14:41.526Z pm2:client Daemon alive
2022021-05-12T08:14:41.603Z axon:sock remove socket 0
2032021-05-12T08:14:41.603Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
2042021-05-12T08:14:41.603Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
2052021-05-12T08:14:41.604Z axon:sock connect
2062021-05-12T08:14:41.604Z axon:sock add socket 0
2072021-05-12T08:14:41.604Z axon:queue flush 0 messages
2082021-05-12T08:14:41.604Z pm2:client RPC Connected to Daemon
2092021-05-12T08:14:41.608Z pm2:cli Now connected to daemon
2102021-05-12T08:14:41.608Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
2112021-05-12T08:14:41.704Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
2122021-05-12T08:14:41.704Z axon:sock attempting reconnect
2132021-05-12T08:14:41.704Z axon:sock closing
2142021-05-12T08:14:41.704Z axon:sock closing 0 connections
2152021-05-12T08:14:41.704Z interactor:client Interactor Daemon not launched
2162021-05-12T08:14:41.704Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
2172021-05-12T08:14:41.705Z axon:sock error ENOENT
2182021-05-12T08:14:41.705Z axon:sock ignored ENOENT
219[PM2] Setting changed
220Module: pm2-logrotate
221$ pm2 set pm2-logrotate:max_size 5M
222$ pm2 set pm2-logrotate:compress true
223$ pm2 set pm2-logrotate:retain 10
224$ pm2 set pm2-logrotate:rotateInterval */30 * * * *
2252021-05-12T08:14:41.713Z interactor:client Disconnect RPC
2262021-05-12T08:14:41.713Z interactor:client RPC not launched
2272021-05-12T08:14:41.713Z axon:sock closing
2282021-05-12T08:14:41.714Z axon:sock closing 1 connections
2292021-05-12T08:14:41.714Z axon:sock remove socket 0
2302021-05-12T08:14:41.714Z pm2:client PM2 RPC cleanly closed
2312021-05-12T08:14:41.715Z pm2:cli This command took 0.195s to execute
2322021-05-12T08:14:42.123Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
2332021-05-12T08:14:42.125Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
2342021-05-12T08:14:43.214Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
2352021-05-12T08:14:43.214Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
2362021-05-12T08:14:43.216Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
237pm2 launched in no-daemon mode (you can add DEBUG="*" env variable to get more messages)
2382021-05-12T08:14:43.217Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
2392021-05-12T08:14:43.221Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
2402021-05-12T08:14:43.221Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
2412021-05-12T08:14:43.222Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
2422021-05-12T08:14:43.222Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
2432021-05-12T08:14:43.222Z pm2:client [PING PM2] Trying to connect to server
2442021-05-12T08:14:43.222Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
2452021-05-12T08:14:43.231Z axon:sock error ENOENT
2462021-05-12T08:14:43.231Z axon:sock ignored ENOENT
2472021-05-12T08:14:43.231Z axon:sock error ENOENT
2482021-05-12T08:14:43.231Z axon:sock ignored ENOENT
2492021-05-12T08:14:43.231Z axon:sock connect
2502021-05-12T08:14:43.233Z axon:sock add socket 0
2512021-05-12T08:14:43.234Z axon:queue flush 0 messages
2522021-05-12T08:14:43.234Z axon:sock closing
2532021-05-12T08:14:43.234Z axon:sock closing 1 connections
2542021-05-12T08:14:43.234Z pm2:client Daemon alive
2552021-05-12T08:14:43.303Z axon:sock remove socket 0
2562021-05-12T08:14:43.303Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
2572021-05-12T08:14:43.303Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
2582021-05-12T08:14:43.304Z axon:sock connect
2592021-05-12T08:14:43.304Z axon:sock add socket 0
2602021-05-12T08:14:43.304Z axon:queue flush 0 messages
2612021-05-12T08:14:43.304Z pm2:client RPC Connected to Daemon
2622021-05-12T08:14:43.311Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
2632021-05-12T08:14:43.402Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
2642021-05-12T08:14:43.405Z axon:sock attempting reconnect
2652021-05-12T08:14:43.405Z axon:sock closing
2662021-05-12T08:14:43.405Z axon:sock closing 0 connections
2672021-05-12T08:14:43.405Z interactor:client Interactor Daemon not launched
2682021-05-12T08:14:43.405Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
2692021-05-12T08:14:43.406Z axon:sock attempting reconnect
2702021-05-12T08:14:43.406Z axon:sock closing
2712021-05-12T08:14:43.406Z axon:sock closing 0 connections
2722021-05-12T08:14:43.406Z interactor:client Interactor Daemon not launched
2732021-05-12T08:14:43.406Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
2742021-05-12T08:14:43.406Z axon:sock error ENOENT
2752021-05-12T08:14:43.406Z axon:sock ignored ENOENT
2762021-05-12T08:14:43.406Z axon:sock error ENOENT
2772021-05-12T08:14:43.406Z axon:sock ignored ENOENT
278[PM2] Starting /opt/app/app.js in cluster_mode (2 instances)
2792021-05-12T08:14:43.518Z pm2:client Calling daemon method pm2:prepare on rpc socket:/opt/app/.pm2/rpc.sock
280[PM2][ERROR] Error while launching application Error: spawn E2BIG
281 at ChildProcess.spawn (internal/child_process.js:366:11)
282 at spawn (child_process.js:551:9)
283 at fork (child_process.js:113:10)
284 at createWorkerProcess (internal/cluster/master.js:132:10)
285 at EventEmitter.cluster.fork (internal/cluster/master.js:166:25)
286 at Object.nodeApp (/usr/lib/node_modules/pm2/lib/God/ClusterMode.js:48:21)
287 at Object.executeApp (/usr/lib/node_modules/pm2/lib/God.js:247:9)
288 at inject (/usr/lib/node_modules/pm2/lib/God.js:163:18)
289 at Object.injectVariables (/usr/lib/node_modules/pm2/lib/God.js:588:10)
290 at /usr/lib/node_modules/pm2/lib/God.js:161:9
2912021-05-12T08:14:43.704Z interactor:client Disconnect RPC
2922021-05-12T08:14:43.704Z interactor:client RPC not launched
2932021-05-12T08:14:43.705Z axon:sock closing
2942021-05-12T08:14:43.705Z axon:sock closing 1 connections
2952021-05-12T08:14:43.705Z axon:sock remove socket 0
2962021-05-12T08:14:43.705Z pm2:client PM2 RPC cleanly closed
2972021-05-12T08:14:43.705Z pm2:cli This command took 0.483s to execute
2982021-05-12T08:14:44.207Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
2992021-05-12T08:14:44.209Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
3002021-05-12T08:14:45.302Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
3012021-05-12T08:14:45.303Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
3022021-05-12T08:14:45.304Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
3032021-05-12T08:14:45.306Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
3042021-05-12T08:14:45.308Z pm2:client [PING PM2] Trying to connect to server
3052021-05-12T08:14:45.308Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
3062021-05-12T08:14:45.311Z axon:sock error ENOENT
3072021-05-12T08:14:45.311Z axon:sock ignored ENOENT
3082021-05-12T08:14:45.311Z axon:sock connect
3092021-05-12T08:14:45.316Z axon:sock add socket 0
3102021-05-12T08:14:45.316Z axon:queue flush 0 messages
3112021-05-12T08:14:45.316Z axon:sock closing
3122021-05-12T08:14:45.317Z axon:sock closing 1 connections
3132021-05-12T08:14:45.317Z pm2:client Daemon alive
3142021-05-12T08:14:45.317Z axon:sock remove socket 0
3152021-05-12T08:14:45.317Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
3162021-05-12T08:14:45.318Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
3172021-05-12T08:14:45.318Z axon:sock connect
3182021-05-12T08:14:45.318Z axon:sock add socket 0
3192021-05-12T08:14:45.318Z axon:queue flush 0 messages
3202021-05-12T08:14:45.318Z pm2:client RPC Connected to Daemon
3212021-05-12T08:14:45.325Z pm2:cli Now connected to daemon
3222021-05-12T08:14:45.325Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
323Reloading all logs...
3242021-05-12T08:14:45.329Z pm2:client Calling daemon method pm2:reloadLogs on rpc socket:/opt/app/.pm2/rpc.sock
325All logs reloaded
3262021-05-12T08:14:45.332Z interactor:client Disconnect RPC
3272021-05-12T08:14:45.332Z interactor:client RPC not launched
3282021-05-12T08:14:45.333Z axon:sock closing
3292021-05-12T08:14:45.333Z axon:sock closing 1 connections
3302021-05-12T08:14:45.333Z axon:sock remove socket 0
3312021-05-12T08:14:45.403Z pm2:client PM2 RPC cleanly closed
3322021-05-12T08:14:45.404Z pm2:cli This command took 0.095s to execute