mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - add more logs to ui linux tests
This commit is contained in:
parent
0e3d8e59cc
commit
40e118a712
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ if [ $? -ne 0 ] ; then
|
|||
sudo journalctl -u bunkerweb --no-pager
|
||||
echo "🛡️ Showing BunkerWeb UI journal logs ..."
|
||||
sudo journalctl -u bunkerweb-ui --no-pager
|
||||
echo "🛡️ Showing BunkerWeb UI logs ..."
|
||||
sudo cat /var/log/bunkerweb/ui.log
|
||||
echo "🛡️ Showing BunkerWeb UI access logs ..."
|
||||
sudo cat /var/log/bunkerweb/ui-access.log
|
||||
echo "🛡️ Showing BunkerWeb error logs ..."
|
||||
sudo cat /var/log/bunkerweb/error.log
|
||||
echo "🛡️ Showing BunkerWeb access logs ..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue