Hi,
I have a custom data feed provider running in ArcGIS Server, and would like to see the logfile. Does anyone know where I can find it? I looked in the ArcGIS Server Manager's Log section (with level set to Debug), but logging from my provider does not seem to go there.
In the Model class, I use e.g. this.logger.info("My message"), which shows up nicely when run from my development environment (vscode).