You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/07 16:58:47 UTC

[GitHub] rawlinp closed pull request #3099: Udate the grove logrotate config to include the custom_ats_2.log

rawlinp closed pull request #3099: Udate the grove logrotate config to include the custom_ats_2.log
URL: https://github.com/apache/trafficcontrol/pull/3099
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/grove/build/grove.logrotate b/grove/build/grove.logrotate
index afac8d161..a84b3fdc5 100644
--- a/grove/build/grove.logrotate
+++ b/grove/build/grove.logrotate
@@ -45,3 +45,14 @@
         copytruncate
 }
 
+/opt/trafficserver/var/log/trafficserver/custom_ats_2.log {
+        hourly
+        dateext
+        dateformat -%Y%m%d%H
+        maxage 30
+        missingok
+        nomail
+        size 1G
+        rotate 10
+        copytruncate
+}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services