Commit acc7504d482d5e1c9d8dd00958a7d2f1f6b0ae00
1 parent
04949394
Exists in
master
and in
31 other branches
Revert some unexpected commit
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
config/kernel/log4cxx.config
src/Request/ProcessRequestImpl/Process/ProcessClass.php
... | ... | @@ -279,8 +279,8 @@ class ProcessClass |
279 | 279 | if (!chdir($this->runningPath)) |
280 | 280 | return false; |
281 | 281 | |
282 | - //if (!$keep_log && file_exists($this->outputFile)) | |
283 | - // unlink($this->outputFile); | |
282 | + if (!$keep_log && file_exists($this->outputFile)) | |
283 | + unlink($this->outputFile); | |
284 | 284 | |
285 | 285 | if (file_exists($this->exitCodeFile)) |
286 | 286 | unlink($this->exitCodeFile); | ... | ... |