On Oct 16, 2009, at 10:17 AM, Fernando Wermus wrote:
I need to set up log4j to send emails using starttls. But I see
there is a
lack of funcionallity for starttls. Have you upgraded log4j to
contemplate starttls?
Thanks in advance
The current SVN HEAD, hopefully 1.2.16 in a few weeks, all
thanks. I solved it.
On Fri, Oct 16, 2009 at 1:45 PM, Ceki Gulcu wrote:
> Hello Fernando,
>
> FYI, logback does starttls. See
> http://logback.qos.ch/manual/appenders.html#SMTPAppender for details.
>
> Fernando Wermus wrote:
>
>> I need to set up log4j to send emails using starttls. But I see th
Hello Fernando,
FYI, logback does starttls. See
http://logback.qos.ch/manual/appenders.html#SMTPAppender for details.
Fernando Wermus wrote:
I need to set up log4j to send emails using starttls. But I see there is a
lack of funcionallity for starttls. Have you upgraded log4j to
contemplate st
I need to set up log4j to send emails using starttls. But I see there is a
lack of funcionallity for starttls. Have you upgraded log4j to
contemplate starttls?
Thanks in advance
--
Fernando Wermus.
www.linkedin.com/in/fernandowermus
I'm able to tail a log file via http with nginx-0.7.62, so I suspect support
for range header is the issue (or you're using an old version of
VFSLogFilePatternReceiver, haven't tried the 'currently released' version in
a while).
Scott
On Fri, Oct 16, 2009 at 12:15 AM, Scott Deboy wrote:
> For m
For me to tail http content using VFSLogFilePatternReceiver, I had to pull
down an older version of httpclient (1.3) and commons-codec (since
commons-vfs uses apis from httpclient 1.3).
VFS uses the 'range' header to request specific bytes (tail the file), so
maybe your web server doesn't support