-
Notifications
You must be signed in to change notification settings - Fork 547
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
Application log lines > 8KB are split across multiple log lines by Passenger #2413
Comments
Would it be OK to make the max log line size configurable, similar to rsyslog's |
I'm not against it in theory, so I'd be open to a PR. Make sure to sign the contributor agreement if you haven't before. https://www.phusion.nl/contributor |
@jtomson 👋 I'm running into this issue as well. I'm going to go ahead and create a PR unless objections :) |
@tsu-shiuan yes by all means go ahead :) this fell off my radar |
Question 1: What is the problem?
What is the expected behavior?
A single logline from rails will not be split across multiple loglines
What is the actual behavior?
A single logline from rails > 8KB will be split across multiple loglines
How can we reproduce it? Please try to provide a sample application (or Virtual Machine) demonstrating the issue. Otherwise, if we can't reproduce it, we might have to ask you a number of followup questions or run certain commands to try and figure out the problem.
Log a single statement > 8KB in a rails process hosted by passenger. Passenger will have split this into > 1 logline as per
passenger/src/agent/Core/SpawningKit/PipeWatcher.h
Line 93 in 44ab81c
The text was updated successfully, but these errors were encountered: