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
4881cb6d16
commit
efdbfe0dad
|
@ -203,8 +203,8 @@ public class AnsibleBridge {
|
|||
FileOutputStream fos = new FileOutputStream(n);
|
||||
PrintStream ps = new PrintStream(fos);
|
||||
System.setOut(ps);
|
||||
//System.setErr(ps);
|
||||
System.setErr(console);
|
||||
System.setErr(ps);
|
||||
//System.setErr(console);
|
||||
|
||||
worker.apply();
|
||||
//System.setOut(console);
|
||||
|
|
Loading…
Reference in New Issue