mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
only display id in debug
This commit is contained in:
parent
d964c7468f
commit
df11ff64d5
@ -38,7 +38,7 @@ module.exports = function(God) {
|
||||
async.eachLimit(Object.keys(processes), 1, function(proc_key, next) {
|
||||
var proc = processes[proc_key + ''];
|
||||
|
||||
debug('Processing task on proc', proc_key, proc.pm2_env.name);
|
||||
debug('Processing task on proc id', proc_key);
|
||||
versioning_refresh(proc, next);
|
||||
|
||||
}, function(err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user