Skip to content
Snippets Groups Projects
Commit 4eb096bd authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Reduce ilastik startup logging, which was ruining server log

parent 315b20dd
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class IlastikImageToImageModel(ImageToImageModel):
args = app.parse_args([])
args.headless = True
args.project = self.project_file_abspath.__str__()
shell = app.main(args)
shell = app.main(args, init_logging=False)
if not isinstance(shell.workflow, self.get_workflow()):
raise ParameterExpectedError(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment