limited closed pull request #1945: Add ATS 7 upgrade information on logging URL: https://github.com/apache/incubator-trafficcontrol/pull/1945
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/docs/source/admin/traffic_ops/migration_from_20_to_22.rst b/docs/source/admin/traffic_ops/migration_from_20_to_22.rst index e073858719..d27fed4423 100644 --- a/docs/source/admin/traffic_ops/migration_from_20_to_22.rst +++ b/docs/source/admin/traffic_ops/migration_from_20_to_22.rst @@ -23,6 +23,7 @@ Before this release, DNS Delivery Services were hardcoded to use the name "edge" Pre-2.2 the HTTP Routing Name is configurable via the http.routing.name option in in the Traffic Router http.properties config file. If your CDN uses that option to change the name from "tr" to something else, then you will need to perform the following steps for each CDN affected: 1. In Traffic Ops, create the following profile parameter (double-check for typos, trailing spaces, etc): + * **name**: upgrade_http_routing_name * **config file**: temp * **value**: whatever value is used for the affected CDN's http.routing.name @@ -113,3 +114,9 @@ Also note the ``s?`` used here so that both http and https requests will end up .. _ApacheTrafficServerDocs: https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/cachekey.en.html Further documentation on the cachekey plugin can be found at `ApacheTrafficServerDocs`_ + +Apache Traffic Server 7.x (Logging) +------------------------------------------- +Trafficserver v7 has changed the logging format. Previously this was an xml file and now it is a lua file. Traffic Control compensates for this +automatically depending upon the filename used for the logging parameters. Previously the file used was ``logs_xml.config``, for ATS 7 it is now +``logging.config``. The same parameters will work this new file, ``LogFormat.Format``, ``LogFormat.Name``, ``LogObject.Format`` etc. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
