diff --git a/functions-common b/functions-common index 547f6df038..13749214ba 100644 --- a/functions-common +++ b/functions-common @@ -1609,10 +1609,6 @@ function service_check { } -function tail_log { - deprecated "With the removal of screen support, tail_log is deprecated and will be removed after Queens" -} - # Plugin Functions # ================= diff --git a/lib/placement b/lib/placement index 2a449bfa90..b7798669a1 100644 --- a/lib/placement +++ b/lib/placement @@ -148,7 +148,6 @@ function start_placement_api { else enable_apache_site placement-api restart_apache_server - tail_log placement-api /var/log/$APACHE_NAME/placement-api.log fi echo "Waiting for placement-api to start..." diff --git a/lib/tls b/lib/tls index 861496d092..b3cc0b4159 100644 --- a/lib/tls +++ b/lib/tls @@ -570,14 +570,6 @@ EOF restart_apache_server } -# Follow TLS proxy -function follow_tls_proxy { - sudo touch /var/log/$APACHE_NAME/tls-proxy_error.log - tail_log tls-error /var/log/$APACHE_NAME/tls-proxy_error.log - sudo touch /var/log/$APACHE_NAME/tls-proxy_access.log - tail_log tls-proxy /var/log/$APACHE_NAME/tls-proxy_access.log -} - # Cleanup Functions # =================