NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #242 (closed task: fixed)

Opened 2008-02-19T09:09:39-06:00

Last modified 2008-03-21T09:28:13-05:00

Turn off NetCDF debugging output

Reported by: melissa Owned by: melissa
Priority: major Milestone:
Component: bio-formats Severity: critical
Keywords: Cc:
Blocked By: Blocking:

Description

When reading Imaris HDF files, the message "WARN: Variable data has a filter" is repeatedly printed to stdout. This is debugging output from NetCDF, and it would be nice if we could somehow turn it off. It's not affecting anything, it's just really annoying.

Change History

comment:1 Changed 2008-03-20T13:23:52-05:00 by melissa

  • Priority changed from trivial to major
  • Severity changed from cosmetic to critical

Updated priority/severity - since these warnings are printed to stdout, they interfere with omebf.

comment:2 Changed 2008-03-21T09:28:13-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

r3841. Solution was to write a PrintStream implementation that filters out strings beginning with "WARN".