Skip to content

Fix of crashing bug on exit and not sending graylog messages to graylog server

Jekabs Karklins requested to merge JIRA_issue_DM-1002 into master

Created by: SkyToGround

Issue reference / description

Fixes two issues:

  1. Crashing bug on exit in main() of the EFU due to use of deallocated (static) std::vector<>.
  2. Initialisation order issue which prevented the graylog logger code from connecting to a server.

Checklist for submitter

  • Check for conflict with integration test
  • Unit tests pass

Nominate for Group Code Review (Anyone can nominate it)

Indicate if you think the code should be reviewed in a Thursday code review session.

  • Recommend for group code review

Also, nominate it on the code_review Slack channel.

Merge request reports