always debug log the phases running

This commit is contained in:
Oliver Gorwits
2018-01-04 22:36:07 +00:00
parent eabaf61956
commit 9f3ccb43db

View File

@@ -33,7 +33,7 @@ register 'register_worker' => sub {
my $job = shift or die 'missing job param'; my $job = shift or die 'missing job param';
# use DDP; p $workerconf; # use DDP; p $workerconf;
$ENV{ND2_LOG_PLUGINS} && debug sprintf '-> run worker %s/%s/%s', debug sprintf '-> run worker %s/%s/%s',
@$workerconf{qw/phase namespace priority/}; @$workerconf{qw/phase namespace priority/};
# update job's record of namespace and priority # update job's record of namespace and priority