Task #4566 (closed)
Opened 8 years ago
Closed 8 years ago
Add use of non-shipped libraries to logs
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Deployment | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description (last modified by jmoore)
Where a library is used that's not shipped with OMERO, the version should be printed to the appropriate log:
- tables.__version__ to Tables-0.log
- tables.whichLibVersion("hdf5")[1] to Tables-0.log
- numpy.version.version to Tables-0.log and Processor-0.log
Optional
- Ice.stringVersion()
- tables.whichLibVersion("bzip2")[0]
- tables.whichLibVersion("zlib")[1]
- ctypes.version (maybe)
Change History (5)
comment:1 Changed 8 years ago by cxallan
- Owner set to jmoore
comment:2 Changed 8 years ago by jmoore
- Remaining Time set to 0.25
- Sprint set to 2011-05-19 (12)
comment:3 Changed 8 years ago by jmoore
- Status changed from new to accepted
comment:4 Changed 8 years ago by jmoore
- Description modified (diff)
comment:5 Changed 8 years ago by jmoore <josh@…>
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [171fcacd4331aa836f9795b95a4f05abb69e888c/ome.git] on branch develop) Adding logging of numpy, tables, and hdf (Fix #4566)