Hi
Is there a way to write to the logging entries, I want to either write out the stack trace or custom logs when an error occurs?
I dont want to add extra logging infra when this screen would do.
Thanks
Hi
Is there a way to write to the logging entries, I want to either write out the stack trace or custom logs when an error occurs?
I dont want to add extra logging infra when this screen would do.
Thanks
Logging persistence is handled by the Request Logger. What Request Logger do you have configured?
I am using Serilog, or is there something that is built in that I can write straight to the logging persistence?
That’s not a Request Logging provider, see the linked docs for DB Request Loggers or CSV, Redis & Rollbar request loggers.
Thanks for pointing me in the right direction.