Task #11824 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: ManagedImportRequest logs at DEBUG
| Reported by: | jamoore | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.0.0-rc1 |
| Component: | Deployment | Version: | 5.0.0-beta2-RC3 |
| Keywords: | n.a. | Cc: | fs@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
As pointed out by Will, there are a ton of these log statements in Blitz-0.log:
2013-12-12 13:09:02,000 DEBUG [ o.s.blitz.repo.ManagedImportRequestI] (3-thread-5) Plane:107 X:0 Y:485 TileWidth:512 TileHeight:1 arrayBuf.length:1024 2013-12-12 13:09:02,002 DEBUG [ o.s.blitz.repo.ManagedImportRequestI] (3-thread-1) Plane:103 X:0 Y:104 TileWidth:512 TileHeight:1 arrayBuf.length:1024
This likely comes from the following in logback.xml:
25 <!-- Import logs //////////////////////////////////////////////////////////// --> 126 <logger name="ome.services.blitz.repo.ManagedImportRequestI"> 127 <level value="DEBUG"/> 128 <appender-ref ref="SIFT"/> 129 </logger>
Though we want debugging in the individual fileset logs, we don't in the main log.
Change History (5)
comment:1 Changed 6 years ago by jamoore
comment:2 Changed 6 years ago by cblackburn
- Status changed from new to accepted
comment:3 follow-up: ↓ 4 Changed 6 years ago by jamoore
Colin: does https://github.com/openmicroscopy/openmicroscopy/pull/1895 close or is there anything looming?
comment:4 in reply to: ↑ 3 Changed 6 years ago by cblackburn
Replying to jamoore:
Colin: does https://github.com/openmicroscopy/openmicroscopy/pull/1895 close or is there anything looming?
Assuming that PR is good to merge then it will close this ticket, yes.
comment:5 Changed 6 years ago by cblackburn
- Resolution set to fixed
- Status changed from accepted to closed
These are at DEBUG as well: