Changes

From Amahi Wiki
Jump to: navigation, search
313 bytes added ,  16:53, 26 July 2020
no edit summary
To include additional logs, you must edit the <i>Log.php</i> (located in <code>/var/hda/web-apps/phptail/html</code>) file .  Select <i>Settings</i> from terminalthe 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.  Once finished, choose <b>Save and Continue</b>.  For example to add the <b>Greyhole</b> log file, you would make the following change:
:Before:
<pre>
"DNF" => "/var/log/dnf.log",
"Greyhole" => "/var/log/greyhole.log",
"Sync" => "/var/log/amahi-sync.log", "Anywhere" => "/var/log/amahi-anywhere.log",
));
</pre>
You can add any log file, providing it is readable by your user. Those Unfortuntately, those that require <code>root</code> access, will not be work.
The order of the files is how they will appear in the <i>Files</i> drop-down menu in the application. If you want a specific file first, reorder the list in <i>Log.php</i>.
12,424

edits