-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom proxy.config.output.logfile has no effect #6249
Comments
Other issues I noticed which are kind of related:
|
Just found that default init script sets Related PR: #3894 |
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community. |
Yes, I happened to just come across this code while working on #7937. Our documentation is a bit misleading about
This is mostly true, in a very literal sense. But most readers will read this as implying that this becomes the name of the file that gets created by the ATS process for stdout/stderr logs. In fact, this is not how this configuration works. The name of the stdout/stderr file is set, as you observed, via Thus, to restate this:
I'll update the docs to make this clearer. |
The traffic_manager and traffic_server stdout and stderr streams can be bound via the --bind_stdout and --bind_stderr command line options. If this is done, then `proxy.config.output.logfile` can be used to identify that path for log rolling. This change clarifies that the latter configuration is only for log rolling configuration identification purposes and that the filename that ATS uses is actually set via the --bind options. --- This fixes: apache#6249
The traffic_manager and traffic_server stdout and stderr streams can be bound via the --bind_stdout and --bind_stderr command line options. If this is done, then `proxy.config.output.logfile` can be used to identify that path for log rolling. This change clarifies that the latter configuration is only for log rolling configuration identification purposes and that the filename that ATS uses is actually set via the --bind options. --- This fixes: #6249
The traffic_manager and traffic_server stdout and stderr streams can be bound via the --bind_stdout and --bind_stderr command line options. If this is done, then `proxy.config.output.logfile` can be used to identify that path for log rolling. This change clarifies that the latter configuration is only for log rolling configuration identification purposes and that the filename that ATS uses is actually set via the --bind options. --- This fixes: #6249 (cherry picked from commit 534c8b3)
The traffic_manager and traffic_server stdout and stderr streams can be bound via the --bind_stdout and --bind_stderr command line options. If this is done, then `proxy.config.output.logfile` can be used to identify that path for log rolling. This change clarifies that the latter configuration is only for log rolling configuration identification purposes and that the filename that ATS uses is actually set via the --bind options. --- This fixes: #6249 (cherry picked from commit 534c8b3)
trafficserver version: 8.0.5.
OS: Amazon Linux v1 (CentOS 6 based)
Related config parts:
Actual files:
The text was updated successfully, but these errors were encountered: