1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3698 from holta/iiab-diagnostics_xklb.log

iiab-diagnostics: 300 last lines of /var/log/xklb.log for now
This commit is contained in:
A Holt 2024-01-15 00:04:22 -05:00 committed by GitHub
commit 26ddda9b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ cat_cmd 'cd /usr/local/calibre-web-py3; git log --graph --oneline --decorate | h
cat_cmd 'systemctl status calibre-web' 'Is Calibre-Web running?'
cat_cmd 'journalctl -u calibre-web | tail -100' 'Calibre-Web systemd log'
cat_tail /var/log/calibre-web.log 100
cat_tail /var/log/xklb.log 100
cat_tail /var/log/xklb.log 300
cat_cmd 'journalctl -t IIAB-CMDSRV' 'Admin Console CMDSRV log'
#cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?