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

dedicated tracing-syslog crate #796

Open
mainrs opened this issue Jul 10, 2020 · 3 comments
Open

dedicated tracing-syslog crate #796

mainrs opened this issue Jul 10, 2020 · 3 comments
Labels
help wanted Extra attention is needed kind/feature New feature or request

Comments

@mainrs
Copy link

mainrs commented Jul 10, 2020

Feature Request

Motivation

On systems without systemd, the tracing-journald crate won't work. For those systems, a dedicated tracing-syslog crate would be beneficial.

Proposal

This feature should be implemented inside its own crate under the same workspace.

Alternatives

In theory, it should be possible to enable the tracing-log interop in combination with syslog. However, in my opinion, this is more of a dirty workaround 😄.

Misc

Work has not been started on any fork.

@hawkw hawkw added kind/feature New feature or request help wanted Extra attention is needed labels Jul 12, 2020
@max-heller
Copy link

After using the tracing/log+syslog crate combination for a while and being frustrated with the lack of configurability and general interfacing with tracing, I decided to look into a syslog-backed Subscriber. I have something working that handles events (but ignores spans completely for now) that I'll be making a PR for soon. @hawkw should I branch off of master or 0.1.x? Things seem to be rather in flux right now

@max-heller
Copy link

As discussed in #1137, tracing-syslog won't be getting added to the tracing monorepo, but I've moved the code to max-heller/tracing-syslog. Try it out and let me know if it works for your use-case, and I can publish it to crates.io!

@max-heller
Copy link

Finally published the crate as syslog-tracing. I was trying to get ownership of the name-squat tracing-syslog but couldn't get in contact with the owner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants