Is there any documentation on logging to a datasource?
I’ve got a lucee server (5.2.7.62).
I’ve set up a new database with a login, that’s currently a dbo (MSSQL).
I’ve added the datasource to the server context.
Ran a page to create a table in the datasource to ensure it’s got rights.
I’ve updated all the logs in both the server and web context to use the datasource.
I run a page with an error; it doesn’t appear to log anything anymore.
Does the server automatically create the tables if they do not exist?
If not, what is the schema for this?
Jedi