NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Paul, That message is coming from the ucar.nc2.iosp.nids.Nidsheader class. You might try getLogger("ucar.nc2.iosp.nids.Nidsheader"), or drop "Nidsheader" if you want to turn off logging in the whole nids package. The netCDF-Java library uses SLF4J logging which is just a facade and doesn't support any setting of levels. I don't know much about programmatic level setting in any of the other packages as we tend to do all the level configuration in log4j.xml or logging.properties files. Good luck, Ethan Paul Hamer wrote: > 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? > -- Ethan R. Davis Telephone: (303) 497-8155 Software Engineer Fax: (303) 497-8690 UCAR Unidata Program Center E-mail: edavis@xxxxxxxx P.O. Box 3000 Boulder, CO 80307-3000 http://www.unidata.ucar.edu/ ---------------------------------------------------------------------------
netcdf-java
archives: