PM2 Help, Discord Bot

Status
This thread has been locked.

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
Hey I am wondering is it possible to display in anyway the outputs using Pm2,

Example I start the bot using this.

pm2 start index.js --watch --name DiscordBot --output /output

Using output, it does nothing.

So if I am debugging my bot I can't see any output due to GIT and pm2
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Wqrld

System Administrator
Premium
Feedback score
28
Posts
215
Reactions
102
Resources
0
just use pm2 start index.js --watch --name DiscordBot and then watch it using either pm2 attach DiscordBot or pm2 logs DiscordBot
 
Status
This thread has been locked.
Top