<% title = 'logs' description = 'Logs of the currently running mb process' function formatLogEntry (logEntry) { return '' + logEntry.level + ': ' + escape(logEntry.message) + ''; } %> <%- include('_header') -%>

Logs

Follow log

<% logs.forEach(function (logEntry) { -%>
<%- formatLogEntry(logEntry) %>
<% }) -%>
<%- include('_footer') -%>