mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[GH-ISSUE #1559] Syslog TCP support #666
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#666
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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