Skip to content

Commit 3f28c27

Browse files
committed
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. Change-Id: I7bd440adf2ce8283e3ad3d5d09e6b2b877e2b42e
1 parent 7de6e0b commit 3f28c27

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

functions-common

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,10 +1609,6 @@ function service_check {
16091609
}
16101610

16111611

1612-
function tail_log {
1613-
deprecated "With the removal of screen support, tail_log is deprecated and will be removed after Queens"
1614-
}
1615-
16161612
# Plugin Functions
16171613
# =================
16181614

lib/placement

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function start_placement_api {
148148
else
149149
enable_apache_site placement-api
150150
restart_apache_server
151-
tail_log placement-api /var/log/$APACHE_NAME/placement-api.log
152151
fi
153152

154153
echo "Waiting for placement-api to start..."

lib/tls

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -570,14 +570,6 @@ EOF
570570
restart_apache_server
571571
}
572572

573-
# Follow TLS proxy
574-
function follow_tls_proxy {
575-
sudo touch /var/log/$APACHE_NAME/tls-proxy_error.log
576-
tail_log tls-error /var/log/$APACHE_NAME/tls-proxy_error.log
577-
sudo touch /var/log/$APACHE_NAME/tls-proxy_access.log
578-
tail_log tls-proxy /var/log/$APACHE_NAME/tls-proxy_access.log
579-
}
580-
581573
# Cleanup Functions
582574
# =================
583575

0 commit comments

Comments
 (0)