monitor_status #14

Merged
francesco.mangiacrapa merged 5 commits from monitor_status into master 2024-10-15 14:21:17 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit d8f5d0ba53 - Show all commits

View File

@ -93,7 +93,6 @@ import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gwt.user.client.Random;
@ -271,7 +270,7 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
} catch (Exception e) {
// general catch
Log.error("General Error: ", e.getMessage());
LOG.error("General Error: ", e.getMessage());
monitoringActionsOnServer.setException(e);
monitoringActionsOnServer.setMonitoringTerminated(true);