Skip to content

Commit

Permalink
Temporarily remove non-functional java logger code
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Mar 18, 2022
1 parent d4a3bb7 commit 528315e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pims/bioformats.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@ def __init__(self, filename, meta=True, java_memory='512m',
jpype.startJVM(jpype.getDefaultJVMPath(), '-ea',
'-Djava.class.path=' + bioformats_package_path,
'-Xmx' + java_memory, **startJVM_kwargs)
logback = jpype.JPackage('org.apache.logback')
logback.BasicConfigurator.configure()
logback_logger = logback.Logger.getRootLogger()
logback_logger.setLevel(logback.Level.ERROR)

if not jpype.isThreadAttachedToJVM():
jpype.attachThreadToJVM()
Expand Down

0 comments on commit 528315e

Please sign in to comment.