Add hostname to job details worker logs

This commit is contained in:
2011-08-23 01:35:51 +01:00
parent fbc6f7da48
commit c5eb93dd46

View File

@@ -70,6 +70,7 @@
<tr> <tr>
<th>Level</th> <th>Level</th>
<th>Time</th> <th>Time</th>
<th>Hostname</th>
<th>Message</th> <th>Message</th>
</tr> </tr>
</thead> </thead>
@@ -78,6 +79,7 @@
<tr> <tr>
<td>{$log_entry->level()}</td> <td>{$log_entry->level()}</td>
<td>{$log_entry->ctime()|date_format:"%Y-%m-%d %H:%M:%S"}</td> <td>{$log_entry->ctime()|date_format:"%Y-%m-%d %H:%M:%S"}</td>
<td>{$log_entry->hostname()}</td>
<td>{$log_entry->message()}</td> <td>{$log_entry->message()}</td>
</tr> </tr>
{/foreach} {/foreach}