Skip to content

psql_utils: decrease log severity for RAII exceptions

Marcin requested to merge mi_raii_logging into develop

RAII exceptions cause confusion for people who read logs because they are concerned about mysterious warnings about exceptions, without knowledge that the client code handles the RAII exception and that the applications work correctly.

Merge request reports