mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 23:49:13 +02:00
Fix typo in LogOptions. Fixes issue #41029
This commit is contained in:
parent
f76614452c
commit
2859af3523
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user