mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
bug fix: uwsgi log file from searx to searxng
## What does this PR do? bug fix: change uwsgi log file from searx to searxng ## Why is this change important? ## How to test this PR locally? ## Author's checklist ## Related issues
This commit is contained in:
parent
5c1c0817c3
commit
64eef3bce5
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ EOF
|
||||||
while true; do
|
while true; do
|
||||||
trap break 2
|
trap break 2
|
||||||
case $DIST_ID-$DIST_VERS in
|
case $DIST_ID-$DIST_VERS in
|
||||||
ubuntu-*|debian-*) tail -f /var/log/uwsgi/app/searx.log ;;
|
ubuntu-*|debian-*) tail -f /var/log/uwsgi/app/searxng.log ;;
|
||||||
arch-*) journalctl -f -u "uwsgi@${SERVICE_NAME%.*}" ;;
|
arch-*) journalctl -f -u "uwsgi@${SERVICE_NAME%.*}" ;;
|
||||||
fedora-*|centos-7) journalctl -f -u uwsgi ;;
|
fedora-*|centos-7) journalctl -f -u uwsgi ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue