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