Skip to content
Snippets Groups Projects
Commit 4a837d3a authored by Ludovic Claude's avatar Ludovic Claude
Browse files

More informative log for experiment uuid

parent a0f0766b
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ public class ExperimentApi extends WokenClientController {
experimentUuid = UUID.fromString(uuid);
} catch (IllegalArgumentException iae) {
LOGGER.trace("Invalid UUID", iae);
LOGGER.warn("An invalid Experiment UUID was received !");
LOGGER.warn("An invalid Experiment UUID was received ! " + uuid);
return ResponseEntity.badRequest().body("Invalid Experiment UUID");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment