From 857e5a19dce265224c69c5c17e3fded50a094d1c Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 24 Nov 2020 09:09:53 +0200 Subject: [PATCH] Remove deprecated tail_log function This function has been deprecated for a long time, let's finally remove it. It is only generating a warning anyway. Depends-On: https://review.opendev.org/c/openstack/panko/+/763941 Change-Id: I02372642b94ef508aed28942fe49a09f3ad35728 --- devstack/plugin.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index a770c62f1..20d326dee 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -271,8 +271,6 @@ function start_aodh { if [[ "$AODH_DEPLOY" == "mod_wsgi" ]]; then enable_apache_site aodh restart_apache_server - tail_log aodh /var/log/$APACHE_NAME/aodh.log - tail_log aodh-api /var/log/$APACHE_NAME/aodh_access.log elif [ "$AODH_DEPLOY" == "uwsgi" ]; then run_process aodh-api "$AODH_BIN_DIR/uwsgi $AODH_UWSGI_FILE" else