Issue #2336 Remove redundant grib error logging.

Former-commit-id: e98b6b9727 [formerly f05a72f45f] [formerly be12a9307a] [formerly e98b6b9727 [formerly f05a72f45f] [formerly be12a9307a] [formerly a18c127572 [formerly be12a9307a [formerly af32b6cf757aa4e08654b6e2215508a8d534b236]]]]
Former-commit-id: a18c127572
Former-commit-id: 3f61b6d011 [formerly b7427b728a] [formerly efd4d2bc3baf5bbbd781b18823ea465acc296e27 [formerly ef53ded17d]]
Former-commit-id: c114a29deb0bc10a242c627b1957e308989b4e5b [formerly fcf05ece1f]
Former-commit-id: 222b23acc1
This commit is contained in:
Ben Steffensmeier 2013-09-10 14:09:08 -05:00
parent 5fad479599
commit 83ba5279fb

View file

@ -118,6 +118,8 @@ THINNED_GRID_PT_MAP = {0:73, 1.25:73, 2.50:73, 3.75:73, 5.0:73, 6.25:73, 7.50:73
THINNED_GRID_VALUES = THINNED_GRID_PT_MAP.values()
logHandler = UFStatusHandler.UFStatusHandler("com.raytheon.edex.plugin.grib", "EDEX")
#
# Python implementation of the grib decoder. This decoder uses the python ctypes
# library to access the NCEP grib decoder for extracting data
@ -146,7 +148,7 @@ class GribDecoder():
self.fileName = filePath
self.log = logging.getLogger("GribDecoder")
self.log.addHandler(UFStatusHandler.UFStatusHandler("com.raytheon.edex.plugin.grib", "EDEX"))
self.log.addHandler(logHandler)
##