We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1f666a + 918d915 commit 9564503Copy full SHA for 9564503
src/main/java/org/scijava/module/process/LoggerPreprocessor.java
@@ -29,6 +29,7 @@
29
30
package org.scijava.module.process;
31
32
+import org.scijava.Priority;
33
import org.scijava.log.LogService;
34
import org.scijava.log.Logger;
35
import org.scijava.module.Module;
@@ -44,7 +45,7 @@
44
45
*
46
* @author Matthias Arzt
47
*/
-@Plugin(type = PreprocessorPlugin.class)
48
+@Plugin(type = PreprocessorPlugin.class, priority = Priority.VERY_HIGH)
49
public class LoggerPreprocessor extends AbstractPreprocessorPlugin {
50
51
@Parameter(required = false)
0 commit comments