From 9b8d1445f1f47e62c55593748cc7e1f4af1d7bac Mon Sep 17 00:00:00 2001
From: licanwei
Date: Thu, 20 Jun 2019 15:28:33 +0800
Subject: [PATCH] remove tail_log
tail_log is deprecated and should be removed
https://github.com/openstack/devstack/blob/master/functions-common#L1611
Change-Id: I6012fd63aa6b0cdb8ed1b278880f8f6c3e4d38cf
---
devstack/lib/watcher | 2 --
1 file changed, 2 deletions(-)
diff --git a/devstack/lib/watcher b/devstack/lib/watcher
index fb15e37fe..221068f8f 100644
--- a/devstack/lib/watcher
+++ b/devstack/lib/watcher
@@ -165,8 +165,6 @@ function _config_watcher_apache_wsgi {
s|%APACHE_NAME%|$APACHE_NAME|g;
" -i $watcher_apache_conf
enable_apache_site watcher-api
- tail_log watcher-access /var/log/$APACHE_NAME/watcher-api-access.log
- tail_log watcher-api /var/log/$APACHE_NAME/watcher-api.log
fi
}