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

feat(dashboard): 🔊 Display requests in json form on debug #2628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zmerp
Copy link
Member

@zmerp zmerp commented Jan 16, 2025

No description provided.

@@ -103,7 +103,10 @@ impl DataSources {

while running.value() {
while let Ok(request) = requests_receiver.try_recv() {
debug!("Dashboard request: {request:?}");
debug!(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be under some debug group, so it can be disabled because this seems really annoying. Or rather under the raw events or spammy events stuff.

Copy link
Member Author

@zmerp zmerp Jan 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the dashboard, it doesn't have the debug groups. In release builds, debug log is not shown. The reason for this is ease of discovery of the webserver API.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should come back to this after the patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants