79675957

Date: 2025-06-23 09:43:49
Score: 1
Natty:
Report link

Check your NLog.config to ensure the layout includes ${exception} :

<target xsi:type="File" name="logfile" fileName="log.txt"
layout="${date} ${level} ${message}${exception:format=ToString}" />

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pit