In the picture stacktrace of log message taking the new log line
I want them in one log.
How to do that ?
Here is my log example :
2020-10-01 16:39:18.4120 ERROR LeadsController bhavin http://bhavin/Leads/New POST 192.168.43.244 Provide a valid PhoneNumber.GurukulERP.Logic.InvalidDataException: Provide a valid PhoneNumber.
at GurukulERP.API.Controllers.CRM.LeadsController.New(AdmissionLead model) in D:\Git\gbase.API\API\Controllers\CRM\LeadsController.cs:line 474
here is my multiline pattern:
multiline.pattern: '[1]'
multiline.negate: false
multiline.match: after
[:space:] ↩︎