[GH-ISSUE #1559] Syslog TCP support #666

Open
opened 2026-03-04 02:16:50 +03:00 by kerem · 2 comments
Owner

Originally created by @EmielSchmeink on GitHub (Jun 8, 2021).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1559

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

Originally created by @EmielSchmeink on GitHub (Jun 8, 2021). Original GitHub issue: https://github.com/Seldaek/monolog/issues/1559 Write your suggestion here. I was wondering if there is any chance you would consider Syslog TCP support for tls transfer to papertrail? Thanks.
Author
Owner

@Seldaek commented on GitHub (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.

<!-- gh-comment-id:856783329 --> @Seldaek commented on GitHub (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.
Author
Owner

@arnegroskurth commented on GitHub (Mar 25, 2022):

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 https://github.com/Seldaek/monolog/issues/627

<!-- gh-comment-id:1078954612 --> @arnegroskurth commented on GitHub (Mar 25, 2022): 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 https://github.com/Seldaek/monolog/issues/627
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#666
No description provided.