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

Syslog TCP support #1559

Open
EmielSchmeink opened this issue Jun 8, 2021 · 2 comments
Open

Syslog TCP support #1559

EmielSchmeink opened this issue Jun 8, 2021 · 2 comments
Labels

Comments

@EmielSchmeink
Copy link

Write your suggestion here.
I was wondering if there is any chance you would consider Syslog TCP support for tls transfer to papertrail? Thanks.

@Seldaek
Copy link
Owner

Seldaek commented Jun 8, 2021

IMO it's much better to log to local syslog or a random text file and then configure the rsyslog to sync your syslog/logfile to papertrail, that way you don't slow down the app with TCP ACKs whenever it logs. Rsyslog can do TLS.

@arnegroskurth
Copy link

A reason to support this might be to allow incremental development/prototyping with monolog - the argument about the performance impact is very valid but that is something that, depending on the project, is (initially) much less important then reliable logging and can be iterated upon when necessary.

Would be great to have TCP(+TLS) support in monolog!

Has also been requested in #627

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

No branches or pull requests

3 participants