Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Change log level from info to debug and trace#262

Merged
aevyrie merged 3 commits into
aevyrie:mainfrom
mattdm:debug-trace
Oct 4, 2023
Merged

Change log level from info to debug and trace#262
aevyrie merged 3 commits into
aevyrie:mainfrom
mattdm:debug-trace

Conversation

@mattdm

@mattdm mattdm commented Sep 30, 2023

Copy link
Copy Markdown
Contributor

This implements #259.

Messages linked to the "Noisy" debug state are logged with trace!(). The rest are logged with debug!(). Filtering on this could replace the Noisy/Normal state distinction entirely (perhaps leaving the DebugPickingMode state only for hiding or showing the cursor text overlay) but I'll leave that possibility for the future. This just makes a minimal change.

mattdm and others added 3 commits September 30, 2023 15:41
This implements aevyrie#259.

Messages linked to the "Noisy" debug state are logged with `trace!()`.
The rest are logged with `debug!()`. Filtering on this _could_ replace
the Noisy/Normal state distinction entirely (perhaps leaving the
DebugPickingMode state _only_ for hiding or showing the cursor text
overlay) but I'll leave that possibility for the future. This just
makes a minimal change.

@aevyrie aevyrie left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This is a much needed improvement. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants