Commits
Click on a commit to change the comparison rangeDefault to WARNING log level
Removes explicit setting of INFO for logging and change to use default
of WARN, allowing it to be overridden if desired as in https://docs.rs/env_logger/latest/env_logger/#specifying-defaults-for-environment-variables.
Closes https://github.com/egraphs-good/egglog/issues/655 by not displaying most log messages by default and also when messages are disabled.
From @rtzam
> A side note: why is the debug to log so much? I believe the default should be to only diplay the extraction results, print statements, etc. In other words, the things that are explicitly requested by the user.8 days ago
by saulshanabrook Merge branch 'main' into default-logging4 days ago
by saulshanabrook