diff --git a/pgetinker/Compiler.php b/pgetinker/Compiler.php index 7fcbf5f..f83d147 100644 --- a/pgetinker/Compiler.php +++ b/pgetinker/Compiler.php @@ -520,7 +520,7 @@ private function link() private function cleanUp() { - $this->logger->info("OUTPUT:\n\n" . $this->getOutput() . "\n\nERROR:\n\n" . $this->getErrorOutput()); + $this->logger->info("OUTPUT:\n\n" . $this->getOutput(true) . "\n\nERROR:\n\n" . $this->getErrorOutput(true)); Log::info("Compile: finished disgracefully"); }