(08-08-2023, 11:32 PM)Alexandre Machado Wrote: @Comograma do you see any log file being generated in the same folder where the service is? If there is an exception happening, it should be logged there
Yes I am seeing it but on [App]\ErrorLog folder. I set application ExceptionLogger like this:
ExceptionLogger.FilePath := WebApplicationDirectory + '\ErrorLog';
ExceptionLogger.FileName := 'ExceptionLogger.txt';
ExceptionLogger.Enabled := True;
So, is this anything to do with what's happening?
Also the info Session Count, Request Count, Bytes Sent, etc, I'm not receiving any of this. My configurations is:
ServerController.Log := loNone;
ServerController.ServerMonitorOptions.Enabled := True;
ServerController.ServerMonitorOptions.IntervalMinutes := 5;
As I said, by email all is ok except Live Health Data.