@lukfor just looking at your commit cfb964b
It seems you intended to implement this but then commented out the effective code here?
|
protected void initLogOutput() { |
|
logOutput = new CloudgeneParameterOutput(); |
|
logOutput.setAdminOnly(true); //!getSettings().isShowLogs()); |
We have a workflow that emits errors to the log file so this would be really useful for our users to see. Did it not work as intended?
@lukfor just looking at your commit cfb964b
It seems you intended to implement this but then commented out the effective code here?
cloudgene3/src/main/java/cloudgene/mapred/jobs/CloudgeneJob.java
Lines 89 to 91 in b396bfd
We have a workflow that emits errors to the log file so this would be really useful for our users to see. Did it not work as intended?