- To: netcdf-java@xxxxxxxxxxxxxxxx
- Subject: [netcdf-java] Turning off logging for IOSP
- From: Paul Hamer <Paul.Hamer@xxxxxxxx>
- Date: Wed, 16 Sep 2009 23:21:23 +0000
I try to switch off this logging message:
GetNexrDirs:: no product symbology block found (no image data)
Using:
java.util.logging.Logger.getLogger("").setLevel(java.util.logging.Level.OFF);
but it doesn't seem to work. Any suggestions?
--
Paul Hamer
NOAA Earth System Research Laboratory (ESRL)
Global Systems Division (GSD)
Information and Technology Services (Data Systems Group)
325 Broadway R/GSD2
Boulder, CO 80305-3328
phone : 303.497.6342
fax : 303.497.7259
- Follow-Ups:
- Re: [netcdf-java] Turning off logging for IOSP
- From: John Caron
- Re: [netcdf-java] Turning off logging for IOSP
- From: Ethan Davis
- Re: [netcdf-java] Turning off logging for IOSP