Task #10312 (closed)
Opened 12 years ago
Closed 12 years ago
BF setId logging
Reported by: | wmoore | Owned by: | mlinkert |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4.7 |
Component: | Bio-Formats | Version: | n.a. |
Keywords: | FS | Cc: | fs@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
In trying to improve rendering speed in web, I wanted to know when BF was calling setId. The only difference I could see in the Blitz logs when I expected setId to be called was
2013-02-05 22:32:24,673 INFO [ ome.io.nio.FilePathResolver] (l.Server-7) Metadata only file, resulting path: /OMERO/ManagedRepository/system/root/2013-2-5/Users/will/Documents/biology-data/Test-Import-Images/FV1000.oib/aryeh/1h.oib
but it would be nice to have a bit more info.
NB: Didn't notice any DEBUG statements in Blitz log after setting etc/log4j.xml
<category name="loci"> <priority value="DEBUG"/> </category><!-- Bio-Formats -->
and restarting server, then doing rendering etc (using recent develop build).
Change History (1)
comment:1 Changed 12 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
See: https://github.com/openmicroscopy/bioformats/pull/370
Calls to setId are now logged at 'INFO', while calls to the helper initialization method (initFile) are still logged at 'DEBUG'.