Merge "Remove deprecated tail_log function"

This commit is contained in:
Zuul 2020-11-27 07:53:18 +00:00 committed by Gerrit Code Review
commit 36b909a03d
1 changed files with 0 additions and 2 deletions

View File

@ -268,8 +268,6 @@ function start_panko {
if [[ "$PANKO_DEPLOY" == "mod_wsgi" ]]; then
enable_apache_site panko
restart_apache_server
tail_log panko /var/log/$APACHE_NAME/panko.log
tail_log panko-api /var/log/$APACHE_NAME/panko_access.log
elif [ "$PANKO_DEPLOY" == "uwsgi" ]; then
run_process panko-api "$PANKO_BIN_DIR/uwsgi $PANKO_UWSGI_FILE"
else