Got an answer here: Suppressing Info blocks · Issue #95 · SciML/StructuralIdentifiability.jl · GitHub
For posterity I’ll copypaste the answer here:
Yes, you can disable logging by adding the following lines at the beginning
using Logging
Logging.disable_logging(Logging.Info)