Fix typo in LogOptions. Fixes issue #41029

This commit is contained in:
Michaël Van Canneyt 2024-07-23 10:49:53 +02:00
parent f76614452c
commit 2859af3523

View File

@ -29,7 +29,7 @@ object RestDataModule: TRestDataModule
EnforceLimit = 0
CORSMaxAge = 86400
CORSAllowCredentials = True
LogOptions = [rloUser, rtloHTTP, rloResource, rloConnection, rloAuthentication, rloResultStatus]
LogOptions = [rloUser, rloHTTP, rloResource, rloConnection, rloAuthentication, rloResultStatus]
LogSQLOptions = [detCustom, detPrepare, detExecute, detFetch, detCommit, detRollBack, detActualSQL]
OnLog = DispatcherLog
left = 72