mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user