Ghanshyam sharma

Results 6 comments of Ghanshyam sharma

> Can you show the full stacktrace? Full means the complete snapshot?

![image](https://user-images.githubusercontent.com/47382715/228871887-5b0b4244-3883-499b-aaf7-27a242a9cb13.png) On Line 92 we have Log.info() called to log to console. I suppose it is futher trigerring the apilogger automatically. Let me know your thoughts. Thanks

> That is the callstack, i rather see the stacktrace (as text) and if possible with all inner exceptions. I am pretty sure it is not the appender that is...

> My answer is that a `null` is being passed to the logger property `userid` which leads to the `NOT NULL violation` from the database. This also explains why the...

log4net attached. Check the APISQL appender. Please suggest. [testlog4net.txt](https://github.com/microknights/Log4NetAdoNetAppender/files/11120794/testlog4net.txt)

Thanks for your suggestion, I checked in my code, The Log Info/Log Debug statements written for custom logging of API calls are triggering the API ado net appender call. The...