Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flush log for a specific app #4553

Open
PaddiSson opened this issue Dec 17, 2019 · 2 comments
Open

Flush log for a specific app #4553

PaddiSson opened this issue Dec 17, 2019 · 2 comments

Comments

@PaddiSson
Copy link

What's going wrong?

When I run pm2 flush <app_id> or pm2 flush <app_name> pm2 do not flushed the specific logs but indicates that it has been done :

root@vps:/home/node# pm2 flush 2
[PM2] Logs flushed
root@vps:/home/node# pm2 flush appName
[PM2] Flushing:
[PM2] /var/www/dev/logs/out.log
[PM2] /var/www/dev/logs/error.log
[PM2] Logs flushed

If I run pm2 flush it works and clears all logs from all apps.

PM2 report

================================================
--- Daemon -------------------------------------------------
pm2d version         : 3.5.1
node version         : 8.10.0
node path            : not found
argv                 : /usr/bin/node,/usr/local/lib/node_modules/pm2/lib/Daemon.js
argv0                : node
user                 : root
uid                  : 0
gid                  : 0
uptime               : 76min
================================================
--- CLI ----------------------------------------------------
local pm2            : 3.5.1
node version         : 8.10.0
node path            : /usr/local/bin/pm2
argv                 : /usr/bin/node,/usr/local/bin/pm2,report
argv0                : node
user                 : root
uid                  : 0
gid                  : 0
================================================
--- System info --------------------------------------------
arch                 : x64
platform             : linux
type                 : Linux
cpus                 : Intel Core Processor (Haswell, no TSX)
cpus nb              : 2
freemem              : 6804459520
totalmem             : 8165056512
home                 : /root
================================================
@cooljeffro
Copy link

Using the latest version (5.1.0), pm2 flush <app_name> works, but pm2 flush <app_id> does not.

@eugene0928
Copy link

even pm2 flush <app_name> does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants