From: Marius Gavrilescu Date: Fri, 23 Jan 2015 15:25:06 +0000 (+0200) Subject: Also trace commands executed outside VM X-Git-Tag: 5999.000_005~92 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=e61f1a82d795972ebc7fedfe2b599b69ff5b2237 Also trace commands executed outside VM --- diff --git a/lib/Gruntmaster/Daemon/Format.pm b/lib/Gruntmaster/Daemon/Format.pm index a51b6cb..28aa533 100644 --- a/lib/Gruntmaster/Daemon/Format.pm +++ b/lib/Gruntmaster/Daemon/Format.pm @@ -52,6 +52,7 @@ sub execlist { waitpid $ret, 0; } else { open STDOUT, '>', $er or die "Cannot open $er\n"; + get_logger->trace("Running: gruntmaster-exec @args"); exec 'gruntmaster-exec', @args; } }