This PR sets the corrolation-id sent to the mreg server per command, and the mreg server then logs it like this (well, for console view, it's less pretty otherwise (see https://github.com/unioslo/mreg/pull/515) for more information.
In short, this ensures that multiple requests performed by the same command will have the same correlation-id set by reg-cli, and this id is an uuidv4 plus the command issued (where spaces are substituted for _).
This PR sets the corrolation-id sent to the mreg server per command, and the mreg server then logs it like this (well, for console view, it's less pretty otherwise (see https://github.com/unioslo/mreg/pull/515) for more information.
In short, this ensures that multiple requests performed by the same command will have the same correlation-id set by reg-cli, and this id is an uuidv4 plus the command issued (where spaces are substituted for _).