2 | | > Could we prepend a line indicating that the runner trimmed the log file? That would make it clear what is going on. Something like: |
3 | | > |
4 | | > {{{ |
5 | | > (log has been trimmed to last 8 MB) |
6 | | > oc/boost/doc/html/boost/units/divid_1_3_44_10_2_30_3_2_4.html |
7 | | > DEBUG: activating file: /opt/local/share/doc/boost/doc/html/boost/units/divide_typeof_helper.html |
8 | | > DEBUG: activating directory: /opt/local/share/doc/boost/doc/html/boost/units/fahrenheit |
9 | | > ... |
10 | | > }}} |
11 | | > |
12 | | > Of course you would have to subtract this line from the number of available bytes, so it does not to exceed the intended size. |
| 2 | > Could we prepend a line indicating that the runner trimmed the log file? That would make it clear what is going on. |