Todo #9714
Todo #8350: Remove clog in favor of standard syslogd or syslogd alternative with rotation via newsyslog or logrotate
Add page to view "other" logs
100%
Description
Add a GUI page to view log files in /var/log which do not have their own dedicated tabs. Primarily logs like nginx.log, nginx/error.log, logs from packages, etc.
Does not need to be fancy, no formatting, just output the default lines and have the usual filter/search functions.
No need for settings, but it might be nice to have them.
Exclude known files which are not plain text/viewable such as utx.log or if we can determine how to view them (e.g. "last") that may work, too.
Associated revisions
Standardize pkg log display. Issue #9714
- Add common log code as needed
- Define options to fine-tune package log display
- Add filtering
Rename status_pkglogs.php to status_logs_packages.php. Issue #9714
Additional logs & optimizations. Issue #9714
- Add log tabs for nginx, userlog, and some other previously hidden logs
- Start working on output of utx log via list/libxo (work in progress)
- Consolodate function that retrieves log messages to avoid duplicated
code - Fix some code in filter_log.inc
- Moved some entries under Authentication log tab
- Renamed 'vpn' tab to PPPoE/L2TP Server
Fix package log header. Issue #9714
Code refactoring/simplification. Issue #9714
Finish utx lastlog display. Issue #9714
Filter/manage cleanup for new logs. Issue #9714
- Disable 'manage' for utx & userlog
- Fix filter form labels for utx to match column headers
History
#1
Updated by Jim Pingle over 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Doing a general page for 'other' logs didn't work out, so I added the orphaned log files to their own individual tabs.
#2
Updated by Jim Pingle over 1 year ago
- Status changed from Feedback to Resolved
These all seem to be operating as expected. Can address any new problems in separate issues.
Move Package Logs in with rest of logs. Issue #9714
Standardize log tab behavior