when using adb in docker to check for the database being healthy it would be useful to have a mode where we can add something like --silent when we expect there to be errors
if I use adb utils execute summary to check for a db running it throws a ton of errors when the db isn't running yet. If we know it isn't running, it isn't helpful for this purpose.
when using adb in docker to check for the database being healthy it would be useful to have a mode where we can add something like
--silent
when we expect there to be errors