StdErrFilter¶
- class HSTB.kluster.logging_conf.StdErrFilter(name='')¶
Bases:
Filterfilter out messages that are not CRITICAL or ERROR or WARNING
Methods Summary
filter(rec)Determine if the specified record is to be logged.
Methods Documentation
- filter(rec)¶
Determine if the specified record is to be logged.
Returns True if the record should be logged, or False otherwise. If deemed appropriate, the record may be modified in-place.