Refine logging

Change-Id: Idec004cb497e20daa58a5ed6f0075d097de6fcb9
This commit is contained in:
Rudi Schlatte
2024-02-07 12:03:41 +02:00
parent a03645eeda
commit 99a5c372e7
7 changed files with 58 additions and 27 deletions

View File

@@ -51,6 +51,7 @@ public class LocalExecution implements Callable<Integer> {
if (connector != null) {
log.debug("Sending AMPL to channel {}", publisher);
app.sendAMPL();
app.deployUnmodifiedApplication();
}
System.out.println(AMPLGenerator.generateAMPL(app));
// TODO: wait for solver reply here?