You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Logs from when a configuration is fetched from config.webconverger.com</p>
<p>
<a href="/a/<?php echo $id;?>">Full log for <?php echo $id;?></a>
</p>
<pre>
<?php echo (`./taill.sh "$id"`); ?>
</pre>
<h1>Logs</h1>
<p>If the <code>support</code> API is enabled in your <a href="http://config.webconverger.com/clients/install-config/<?php echo $id; ?>">configuration</a>, logs should appear here.</p>
<ul>
<?php
foreach (glob("$logdir/$id/*", GLOB_ONLYDIR) as $filename) {