-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow log level to be set at runtime (#267)
I noticed we never allow overriding of the log level from Info, even though we do log at lower levels. This provides a mechanism to fix this - I thought it might be potentially helpful in debugging population errors (as #264 might be). This partially depends on, and therefore has some similar diffs to, #266. Default output: ![image](https://github.com/user-attachments/assets/289cbb49-fe0d-42aa-badf-534f4f0f50f4) With level=Debug (and the ideal Cadence dev music folder): ![image](https://github.com/user-attachments/assets/04e7d23f-6960-4efc-afef-94e4edf29bfe) Commandline that sets Debug: ![image](https://github.com/user-attachments/assets/1961cb28-d4a1-4cca-8b53-498e8aba6955)
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters