Skip to content
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

wrapped log lines don't respect hostname setting #43

Open
kranzky opened this issue Dec 11, 2012 · 2 comments
Open

wrapped log lines don't respect hostname setting #43

kranzky opened this issue Dec 11, 2012 · 2 comments

Comments

@kranzky
Copy link

kranzky commented Dec 11, 2012

We're seeing an issue where long log lines (above 8k characters or so) get wrapped. Unfortunately, the wrapped portion of the line isn't sent to papertrail with the hostname setting. So, for a particular server with a hostname set in log_files.yml, the first 8k characters of the log line will be sent to the names system, while the remaining characters will be sent to a system names after the IP of the server (or whatever the default hostname is).

@troy
Copy link
Contributor

troy commented Apr 15, 2013

@jasonhutchens Are you still seeing this, and if so, is it with the --tls argument (which uses TCP) or without (UDP)? I'm guessing TCP+TLS given that 8k messages are getting through, but also wondering whether you saw any change about the behavior since creating this issue. Papertrail's own message length limits are documented here.

@kranzky
Copy link
Author

kranzky commented Apr 16, 2013

no, just had a look and haven't seen this for a while. however, that may be because we've changed what we're logging, and so aren't seeing really long lines anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants