@@ -6,21 +6,6 @@ records:
66 # will handle switching the user).
77 user_id: "#-1"
88
9- # Specify where to find the TrafficServer binaries, plugins, etc. Our config
10- # files are in a non-default location by using TS_ROOT (this is done so that
11- # the config files can co-exist with the rest of the API Umbrella config
12- # files, and so that we can relocate the location for running tests).
13- # Therefore, we must explicitly point back to the original TrafficServer
14- # install directory. This could potentially be made cleaner without the use
15- # of TS_ROOT with the new proxy.config.config_dir setting
16- # (https://issues.apache.org/jira/browse/TS-3192), but I wasn't able to get
17- # that to quite work properly.
18- bin_path: <%- json_encode(path_join(config["_embedded_root_dir"], "bin")) %>
19- body_factory:
20- template_sets_dir: <%- json_encode(path_join(config["_embedded_root_dir"], "etc/trafficserver/body_factory")) %>
21- plugin:
22- plugin_dir: <%- json_encode(path_join(config["_embedded_root_dir"], "libexec/trafficserver")) %>
23-
249 output:
2510 logfile:
2611 name: <%- json_encode(config["log"]["destination"] == "console" and "stdout" or "traffic.out") %>
@@ -34,11 +19,6 @@ records:
3419 logfile:
3520 filename: <%- json_encode(config["log"]["destination"] == "console" and "stdout" or "diags.log") %>
3621
37- # Disable Trafficserver's own log file rotation for these files. We'll
38- # either output to stdout or rotate log files with logrotate (to be
39- # consistent with all the other API Umbrella components).
40- rolling_enabled: 0
41-
4222 # Log all diagnostic output to stderr (instead of also shipping it to the
4323 # system-wide syslog).
4424 output:
@@ -53,19 +33,15 @@ records:
5333 warning: E
5434
5535 # Enable for debug logging.
56- debug:
57- enabled: 1
58- # tags: ".*"
59- tags: "http_hdrs|http_tproxy|http_trans"
36+ # debug:
37+ # enabled: 1
38+ # tags: ".*"
6039
6140 error:
6241 logfile:
6342 filename: <%- json_encode(config["log"]["destination"] == "console" and "stderr" or "error.log") %>
6443
6544 log:
66- # Log to the standard API Umbrella log directory location.
67- logfile_dir: <%- json_encode(path_join(config["log_dir"], "trafficserver")) %>
68-
6945 # Allow longer lines in logging.
7046 ascii_buffer_size: 24576
7147 log_buffer_size: 24576
@@ -93,11 +69,6 @@ records:
9369 sock_option_flag_out: 3
9470
9571 http:
96- # request_buffer_enabled: 0
97- # post_copy_size: 100M
98- # keep_alive_post_out: 0
99- # max_post_size: "1000000"
100-
10172 server_ports: <%- json_encode(config["trafficserver"]["port"]) %>
10273
10374 # Increase timeouts to match the timeouts in other pieces of the stack.
0 commit comments