Add hostname to job details worker logs
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user