Skip to content

Commit 8d10688

Browse files
committed
Include error log on results page
1 parent a988715 commit 8d10688

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686

8787
<hr>
8888

89+
<h3>Error log</h3>
90+
<pre><?php echo file_get_contents($output_dir . '/error.hello_world.log'); ?></pre>
91+
92+
<hr>
93+
8994
<footer>
9095
<p style="text-align: right">This page is a part of <a href="https://github.com/kenjis/php-framework-benchmark">php-framework-benchmark</a>.</p>
9196
</footer>

0 commit comments

Comments
 (0)