From 29b781a167e58471bd5a090e4b97d86f63bee7da Mon Sep 17 00:00:00 2001 From: Able <abl3theabove@gmail.com> Date: Tue, 18 Feb 2025 14:16:22 -0600 Subject: [PATCH] WEB: Client handler needs further examination --- lib/client_handler.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/client_handler.ex b/lib/client_handler.ex index 76b85e1..01c1576 100644 --- a/lib/client_handler.ex +++ b/lib/client_handler.ex @@ -22,6 +22,9 @@ defmodule RlRepo.ClientHandler do end def create_response(request) do + # TODO: Split off the info I need from the request body and I guess pass it around also + Logger.info "REQUEST BODY #{request}" + Logger.info("Building body.") # NOTE: Reliability testing.