esmithud
Results
1
comments of
esmithud
So I did figure out that setting the following properties directly does work: $serviceContext = $dataService->getServiceContext(); $serviceContext->IppConfiguration->Logger->RequestLog->EnableRequestResponseLogging = true; $serviceContext->IppConfiguration->Logger->RequestLog->ServiceRequestLoggingLocation = "/path/to/dir"; So there seems to be an issue with...