If I want to record users accessing services which level do I need I need the logs set to?
Can I confirm whether it is Verbose?
Thanks
Work with server logs—ArcGIS Server | Documentation for ArcGIS Enterprise
Go with "Debug" Level.
Thank you for the amazingly quick response.
Debug seems pretty radical.
Our log viewer was very slow and we were advised to change it back to Warning.
We have a requirement that we see when an individual authenticated user requests an ags service and keep that log for 90 days.
Thanks again
I have been told by Esri support to NOT use the debug level for everyday logging. The amount of logging activity will slow down the servers. We have ours set to SEVERE.
Bernie.
Greetings @PeterT_Brisbane
If you want to record users accessing services, try "INFO". Here is an example of logging output set to "INFO" showing access to the SampleWorldCities service/MapServer:
However, if you want to troubleshoot problems with the Server, then the advice from @MarceloMarques is the way to go, but "DEBUG" level, as @berniejconnors mentioned, should be used just during troubleshooting, since it has a detrimental effect on the server performance not to mention the large size of the logs produced.
Hope the above helps.
If you're looking for metrics on Map service usage; consider looking at the statistics menu in ArcGIS Server manager (pic borrowed from another thread):
You can create custom reports for specific map services and use this to improve map service performance and system optimisation.
https://enterprise.arcgis.com/en/server/latest/administer/windows/about-server-statistics.htm
https://enterprise.arcgis.com/en/server/latest/administer/windows/tuning-your-arcgis-server-site.htm
This can also be automated via python and REST:
https://developers.arcgis.com/rest/enterprise-administration/server/usagereports.htm