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

Remove info-level log spam from 3rd party crates #6096

Closed
jleibs opened this issue Apr 24, 2024 · 2 comments · Fixed by #6261
Closed

Remove info-level log spam from 3rd party crates #6096

jleibs opened this issue Apr 24, 2024 · 2 comments · Fixed by #6261
Assignees
Labels
😤 annoying Something in the UI / SDK is annoying to use 🐧 linux Linux-specific problems 🏎️ Quick Issue Can be fixed in a few hours or less
Milestone

Comments

@jleibs
Copy link
Member

jleibs commented Apr 24, 2024

None of these are related to an rerun info I care about as a user.

$ pixi run rerun
[2024-04-24T11:27:01Z INFO  tracing::span] perform;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=Auth(Some(External), Some([49, 48, 48, 48]))
[2024-04-24T11:27:01Z INFO  tracing::span] read_command;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=NegotiateUnixFD
[2024-04-24T11:27:01Z INFO  tracing::span] read_command;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=Begin
[2024-04-24T11:27:01Z INFO  tracing::span] socket reader;
[2024-04-24T11:27:01Z INFO  tracing::span] perform;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=Auth(Some(External), Some([49, 48, 48, 48]))
[2024-04-24T11:27:01Z INFO  tracing::span] read_command;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=NegotiateUnixFD
[2024-04-24T11:27:01Z INFO  tracing::span] read_command;
[2024-04-24T11:27:01Z INFO  zbus::handshake] write_command; command=Begin
[2024-04-24T11:27:01Z INFO  tracing::span] socket reader;
[2024-04-24T11:27:01Z INFO  zbus::connection] {}; obj_server_task_name="ObjectServer task"
[2024-04-24T11:27:01Z INFO  zbus::object_server] dispatch_message; msg=Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.2"))), path: ObjectPath("/org/a11y/atspi/accessible/root"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus.Properties"))), member: MemberName(Str(Borrowed("Set"))), body: Signature("ssv") }
[2024-04-24T11:27:01Z INFO  zbus::object_server] dispatch_method_call; msg=Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.2"))), path: ObjectPath("/org/a11y/atspi/accessible/root"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus.Properties"))), member: MemberName(Str(Borrowed("Set"))), body: Signature("ssv") }
[2024-04-24T11:27:01Z INFO  zbus::object_server] dispatch_method_call_try; msg=Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.2"))), path: ObjectPath("/org/a11y/atspi/accessible/root"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus.Properties"))), member: MemberName(Str(Borrowed("Set"))), body: Signature("ssv") }
@jleibs jleibs added the 😤 annoying Something in the UI / SDK is annoying to use label Apr 24, 2024
@emilk emilk added the 🏎️ Quick Issue Can be fixed in a few hours or less label Apr 24, 2024
@emilk
Copy link
Member

emilk commented Apr 24, 2024

Let's poke the developers and also silence them in re_log (add them to CRATES_AT_WARN_LEVEL) in the meantime

@emilk emilk added the 🐧 linux Linux-specific problems label Apr 24, 2024
@emilk emilk changed the title Rerun Info messages on launch are spammy and useless Remove info-level log spam from 3rd party crates Apr 27, 2024
@emilk emilk added this to the 0.16 milestone May 3, 2024
@emilk
Copy link
Member

emilk commented May 6, 2024

Someone on Linux should grab this one

@jleibs jleibs self-assigned this May 7, 2024
jleibs added a commit that referenced this issue May 8, 2024
### What
- Resolves: #6096

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/6261?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/6261?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/6261)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🐧 linux Linux-specific problems 🏎️ Quick Issue Can be fixed in a few hours or less
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants