To display the logs other than secret codes in a task

Hi

I am using vault for database passwords and used for the execution of database tasks, With no_log, the messages are getting censored. But if in case of any error from MySQL /database also not visible because of this . Is there any way i can print the output without displaying the passwords .

Thanks
Aneesh

I don't think so.
If you really must, then I guess a workaround is to create a temporary
set of credentials, remove no_log, debug the SQL query issue, and then
once it's fixed, revoke the temporary credentials and use the original
ones.