-
Notifications
You must be signed in to change notification settings - Fork 254
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
What to do about the integration list in the README #551
Comments
Would it be a good idea to mention |
@NobodyXu Definitely 👍 It's a bit surprising we don't mention |
Maybe we should just change the wording? For example from:
To:
|
@Thomasdezeeuw that sounds good to me. |
* Create universal binary for MacOS in workflow build * Update README Signed-off-by: Jiahao XU <[email protected]>
@KodrAus any further changes we want to make? |
@Thomasdezeeuw I think it's all ok now. Are you happy for this issue to be closed? |
In #548 (comment) @JohnTitor brought up the broader question of what to do with the list of integrations listed in the README. They're currently presented as "the most popular" implementations out there. Right now the list isn't really curated that way; if there's a new crate that integrates with
log
then we add it to the list.The function the list serves is giving users a kick-start to get actual data out of
log
, which on its own simply pipes your events into oblivion.Alternative strategies to achieving that function are:
log
orlogger
as mentioned in the linked comment.log
. It's up to end-users to evaluate the suitability of these libraries for their own needs.The text was updated successfully, but these errors were encountered: