Merged dev into feature/CE-881-create-basic-saved-reports

This commit is contained in:
2024-04-12 19:55:15 -05:00
33 changed files with 1119 additions and 76 deletions

View File

@ -666,11 +666,11 @@ public class QSlackImplementation
//////////////////////////////////////////////////////////////////////////
// Print result, which includes information about the message (like TS) //
//////////////////////////////////////////////////////////////////////////
LOG.info("Slack post result {}", result);
LOG.info("Slack post result: " + result);
}
catch(IOException | SlackApiException e)
{
LOG.error("error: {}", e.getMessage(), e);
LOG.error("error", e);
}
}