Currently, we are printing the user request after parsing it. This can only be valid JSON (since it got parsed.)
The only thing I can see as maybe problematic is if a user inserts newline characters,causing the log lines to wrap unexpectedly. So, I will remove these before printing.
Tracking issue for:
Currently, we are printing the user request after parsing it. This can only be valid JSON (since it got parsed.) The only thing I can see as maybe problematic is if a user inserts newline characters,causing the log lines to wrap unexpectedly. So, I will remove these before printing.