Changes

From Amahi Wiki
Jump to: navigation, search
91 bytes added ,  17:22, 26 July 2020
no edit summary
* HDA Production
* Boot
* DNF
To include additional logs, you must edit the <i>Log.php</i> (located in <code>/var/hda/web-apps/phptail/html</code>).
Select <i>Settings</i> from the menu and choose <i>Edit Config</i> in the <b>PHP Tail Settings</b> popup window. You can now edit the <i>Log.php</i> in your web browser.
You can now edit the <i>Log.php</i> in your web browser.  Once finished, choose <b>Save and Continue</b>. As a precaution, a timestamped backup of <i>Log.php</i> before the changes will be saved.
For example to add the <b>Greyhole</b> log file, you would make the following change:
"HDA Production" => "/var/hda/platform/html/log/production.log",
"Boot" => "/var/log/boot.log",
"DNF" => "/var/log/dnf.log",
));
</pre>
<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",
"DNFMessages" => "/var/log/dnf.log", "Greyhole" => "/var/log/greyhole.log", "Sync" => "/var/log/amahi-sync.logmessages", "AnywhereMonit" => "/var/log/amahi-anywheremonit.log",
));
</pre>
12,424

edits