Hello,
I have installed the geoserver wps extension and developped a custom wps
processing:
import org.geotools.util.logging.Logging;
.....
import java.util.logging.Logger;
...
@DescribeProcess(title = "geosigwebndvi", description = "Compute the NDVI for a
given image")
public class NDVIProcessing implements GeoServerProcess {
private static final Logger LOGGER = Logging
.getLogger(NDVIProcessing.class);...Everything is working fine but
no logging can be found in the logs folder of geoserver. Is there anything else
we need to add to the jar created from the code above in order to generate my
wps processing logs.
PS: I'm using the geoserver-2.8-beta Best regards,Chadi
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users