I have a geoprocessing service that outputs a file. Part of the python script includes adding messages (arcpy.AddMessage) to communicate to the user what's going on. However, these messages don't come across when the tool is run as a geoprocessing service.
Is there any way to add messages to a geoprocessing service...?
System info:
You can increase the messaging level of the service through Manager after it's published, or the service editor prior to publishing:
Thanks, this is what I was looking for!