chore(gui-client): reduce "building tray menu" logs to DEBUG (#6150)

I don't remember why I had this at INFO but with the new status stuff it
results in a lot of noise in the logs.
This commit is contained in:
Reactor Scram
2024-08-02 15:43:35 -05:00
committed by GitHub
parent 83033d91ed
commit 2ee64b782e

View File

@@ -194,7 +194,7 @@ fn signed_in(signed_in: &SignedIn) -> Menu {
.item(Event::SignOut, SIGN_OUT)
.separator();
tracing::info!(
tracing::debug!(
resource_count = resources.len(),
"Building signed-in tray menu"
);