* HDA Production
* Boot
To include additional logs, you must edit the <i>Log.php</i> (located in <code>/var/hda/web-apps/phptail/html</code>).
<pre>
$tail = new PHPTail(array(
"Greyhole" => "/var/log/greyhole.log",
"Sync" => "/var/log/amahi-sync.log",
"Anywhere" => "/var/log/amahi-anywhere.log",
"App Install" => "/var/log/amahi-app-installer.log",
"HDA Updates" => "/var/log/hda-updates.log",
"HDA Production" => "/var/hda/platform/html/log/production.log",
"Boot" => "/var/log/boot.log",
"GreyholeMessages" => "/var/log/greyhole.log", "Sync" => "/var/log/amahi-sync.logmessages", "AnywhereMonit" => "/var/log/amahi-anywheremonit.log",
));
</pre>