We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64bf145 + b068d99 commit 504d709Copy full SHA for 504d709
1 file changed
bioformats/log4j.py
@@ -0,0 +1,12 @@
1
+# Python-bioformats is distributed under the GNU General Public
2
+# License, but this file is licensed under the more permissive BSD
3
+# license. See the accompanying file LICENSE for details.
4
+#
5
+# Copyright (c) 2009-2014 Broad Institute
6
+# All rights reserved.
7
+
8
+import javabridge
9
10
+def basic_config():
11
+ '''Configure logging for "WARN" level'''
12
+ javabridge.JClassWrapper("loci.common.Log4jTools").enableLogging("WARN")
0 commit comments