Skip to content

Commit

Permalink
added the missing argument cidDir to log-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
inutano committed Dec 13, 2018
1 parent c74b118 commit ed5ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daemon/init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sub run {
system("docker ps -a --no-trunc $cidLine > $dockerPs");

### docker-cwllog-generator
exec_cwl_json_log_generator($resDir, $dockerPs, $dockerInfo, $yamlPath{$pid}, $stderrLogPath{$pid});
exec_cwl_json_log_generator($resDir, $dockerPs, $dockerInfo, $yamlPath{$pid}, $stderrLogPath{$pid}, $cidDir);

### insert workflow metrics into ES.
my $cwlLog = $resDir."/cwl_log.json";
Expand Down

0 comments on commit ed5ed92

Please sign in to comment.