I wrote a plugin tee the console log to a central location by implementing 
the ConsoleLogFilter,  but it doesn't work for WorkflowRun.
Compared Run.java and WorkflowRun.java

In Run.java
OutputStream logger = new FileOutputStream(getLogFile(), true);
// Global log filters
for (ConsoleLogFilter filter : ConsoleLogFilter.all()) {
    logger = filter.decorateLogger(build, logger);
}



But there is no decorateLogger either in onLoad or Run method, is this by 
design or accepting pull quests to add the feature?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e5b0ad7b-2e44-4e74-b638-996c12eeccd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to