> > 1) i think you have to set TriggeringLevel.
> I am using . I guess that's the
> same.
no!
TriggeringLevel: an event with this level (or higher) will trigger the sending
of a new email which contains all events that have a level>=threshold
> host. But my monitor program (TCPMon) does not get
1) i think you have to set TriggeringLevel. i m running with:
log4j.appender.EMAIL=org.apache.log4j.net.SMTPAppender
log4j.appender.EMAIL.layout=org.apache.log4j.PatternLayout
log4j.appender.EMAIL.layout.ConversionPattern=%d %-5p [%t] %c - %m%n
log4j.appender.EMAIL.threshold=DEBUG
log4j.appender.EM