git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@144487 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c40cec3733
commit
7480cc512a
|
@ -203,8 +203,8 @@ public class AnsibleBridge {
|
||||||
FileOutputStream fos = new FileOutputStream(n);
|
FileOutputStream fos = new FileOutputStream(n);
|
||||||
PrintStream ps = new PrintStream(fos);
|
PrintStream ps = new PrintStream(fos);
|
||||||
System.setOut(ps);
|
System.setOut(ps);
|
||||||
***REMOVED***System.setErr(ps);
|
System.setErr(ps);
|
||||||
System.setErr(console);
|
***REMOVED***System.setErr(console);
|
||||||
|
|
||||||
worker.apply();
|
worker.apply();
|
||||||
***REMOVED***System.setOut(console);
|
***REMOVED***System.setOut(console);
|
||||||
|
|
Loading…
Reference in New Issue