Replies: 2 comments 8 replies
-
|
I came across the same thing today and at least this line seems to spam: Line 181 in a07bb7a |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
I switched over to syslog-tracing, with some additional configuration I was able to get the output I wanted. I appreciate the work you've put in to this crate, it works really well. It would be nice if you'd be open to setting the "log" feature on tracing as a feature on your crate as well though, it would have saved me a lot of effort, and I'm sure it'll come up again for other users. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
I'm currently logging my application to syslog, and have a ton of 'call;' and 'get_record;' events that aren't very useful. If you could change the span in call() to the tracing level, and the same for get_record:
It would be really helpful. Or possibly setting tracing as a feature, but that would be a lot more work.
Version
Platform
Crates
Description
Beta Was this translation helpful? Give feedback.
All reactions