Skip to content
Snippets Groups Projects
Commit ce3ec347 authored by tpylak's avatar tpylak
Browse files

LMS-2590 suppress BioFormat useless log messages

SVN: 23396
parent 8e1e6a5e
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,10 @@
<priority value="info" />
<appender-ref ref="DEFAULT" />
</root>
<logger name="loci.formats.in">
<!-- Print only messages of level warn or above from the BioFormats library -->
<level value="warn"/>
</logger>
</log4j:configuration>
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